On Mon, Jan 9, 2017 at 6:52 PM, <[email protected]> wrote: > I have a Go client and a Python server and I am unable to find metadata in > the context on the server side > > Client: > md := metadata.Pairs("foo", "val") > ctx := metadata.NewContext(context.Background(), md) > client.MyCall(ctx, &message) > > Server: > context.invocation_metadata() # all I get from this > is (('user-agent', 'grpc-go/1.0'),) > > > Is there a way to do this? >
There's got to be a way - let's continue the conversation and find out the answer in this issue <https://github.com/grpc/grpc/issues/9292>. Speaking for gRPC Python, I believe you're doing the right thing in your server code. -Nathaniel -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAEOYnAR-4BhXYEqPeoWggo2T92KCR5C_ADve4VNG6V0HfYKQFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME Cryptographic Signature
