Can we send values set in context over grpc?

Is it possible to set some values in context, transmit it via grpc and use the context values at the receiver end. I know, it can be done by meta-data, but is it also possible for normal context values?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.