[grpc-io] Re: ServerContext deconstruct coredump

2022-11-23 Thread 'Eugene Ostroukhov' via grpc.io
Please provide more details. On Monday, November 21, 2022 at 7:08:41 PM UTC-8 daimin...@gmail.com wrote: > > [image: WeChatWorkScreenshot_324eb9ea-2b13-4351-b9ae-50011b1304d6.png] > Did anyone who ever encountered this problem, ask for help > -- You received this message because you are

[grpc-io] Re: custom polling interval for pull

2022-11-23 Thread 'Eugene Ostroukhov' via grpc.io
I would like to suggest checking this for the specific cloud products. On Tuesday, November 22, 2022 at 12:25:46 AM UTC-8 b.phan...@gmail.com wrote: > Experts, > > Is it possible to tune the internal polling interval for pull services? I > am trying to use cloud pub/sub on GCP and want to know

[grpc-io] Kotlin arguments and request order

2022-11-23 Thread 'Joel Monroe' via grpc.io
Hello, I am trying to get a gRPC service set up so that I can effectively have two arguments. I need to have access to an ID and a stream of chunks in my server. The client has access to the ID and the stream of chunks, but given gRPC's function model, I can only get one or the other. What

[grpc-io] C++: how to handle blocking code from callback reactor

2022-11-23 Thread Shareef Jalloq
Hi, I'm new to gRPC and am struggling to find examples of how to call application code that blocks when using the callback API. I found the documentation here: https://github.com/grpc/proposal/blob/master/L67-cpp-callback-api.md and noted that it recommend that code in any reaction must not

[grpc-io] attribute error of comipled protos in python

2022-11-23 Thread Ashutosh Mishra
I have tree of protos and i am successfully compiling those protos in python and while importing the compiled protos in my project it is giving AttributeError: partially initialized module 'apple.event_pb2' has no attribute 'DESCRIPTOR' (most likely due to a circular import) -- You received