[grpc-io] Re: Streaming server response

2024-01-25 Thread Eric Chamberlain
I figured it out. I transformed this service to use the asyncio api and used the `Context.write` method. It works beautifully! Unbelievable! What a great library. Thank you! On Thursday, January 25, 2024 at 4:06:10 PM UTC-8 Eric Chamberlain wrote: > I am trying to perform one operation, where t

[grpc-io] Streaming server response

2024-01-25 Thread Eric Chamberlain
I am trying to perform one operation, where the operation may send multiple messages to the client to inform them of the operation's status. The operation is wrapped in an `asyncio.run` context. So I need to be able to send messages _while in the context of the asyncio operation_. Yes, I unders

[grpc-io] Setting gRPC internal threads' affinity

2024-01-25 Thread Dan Cohen
Hello, I'm implementing an async gRPC server in c++. I need to control and limit the cores that are used by gRPC internal threads (the completion queues handler threads are controlled by me) - i.e. I need to set those threads' affinity. Is there a way for me to do this without changing gRPC cod

[grpc-io] Re: gRPC 1.7.2 Assert issue

2024-01-25 Thread Shivteja Ayyagari
Hello, Kindly requesting your assistance !! On Friday, January 19, 2024 at 6:44:15 AM UTC+5:30 Shivteja Ayyagari wrote: > Hello, > > I am facing one random GRP Assert issue where in > grpc_server_shutdown_and_notify >