Re: [grpc-io] Re: reference to MetaData object in grpc service method

2018-04-05 Thread 'Carl Mastrangelo' via grpc.io
Can you give a snippet of code showing what you are trying to do but can't? On Tuesday, April 3, 2018 at 9:51:13 AM UTC-7, Mahesh Kanote wrote: > > I wanted to access custom headers sent by client as meta data. I am able > to do it using context object in server interceptor. > > On Tue, 3 Apr

[grpc-io] Re: What is the behaviour of grpc::ServerContext::IsCancelled()

2018-04-05 Thread Okke Hendriks
Thank you, Indeed it seems to be the case that it is more like IsFailed() instead of IsCanceled(). If i examine the *grpc_call* struct, (accessible through the c++ API