diff --git a/common/proxy/proxy_factory/default.go b/common/proxy/proxy_factory/default.go index 86f1689d88a3dc0aede4151f87a50a8d5616da87..1c299c9cef73e17bf87d4c19768606ceed8b0309 100644 --- a/common/proxy/proxy_factory/default.go +++ b/common/proxy/proxy_factory/default.go @@ -105,7 +105,7 @@ func (pi *ProxyInvoker) Invoke(ctx context.Context, invocation protocol.Invocati in := []reflect.Value{svc.Rcvr()} if method.CtxType() != nil { - in = append(in, method.SuiteContext(ctx)) // todo: ctx will be used later. + in = append(in, method.SuiteContext(ctx)) } // prepare argv