[grpc-io] gRPC python server and tpm2 engine

2024-11-12 Thread Subramanian Swaminathan
When setting a secure gRPC server using python is it possible to use a ssl engine to provide the private key, for eg useing tpm2-engine -- 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,

[grpc-io] Re: What does the ok parameter false in gRPC C++ ClientBidiReactor OnWriteDone OnWriteReadDone stand for?

2024-11-12 Thread 'Kannan Jayaprakasam' via grpc.io
ok parameter value *false* indicates no new read/write operation will succeed. Your call did not end abnormally perhaps because your application did not perform any new read/write after the callback was received. On Tuesday, November 12, 2024 at 8:24:10 PM UTC+5:30 sui ma wrote: > The ok parame

[grpc-io] Grpc async server memory leak

2024-11-12 Thread Dan Cohen
Hello, I've been experiencing a constant and continuous memory leak in my grpc async-server implementation. I've moved my code to allocate all of my messages using an Arena that is using a static buffer for allocation, and yet I see the leak, so it seems to me that the source of the leak is the

[grpc-io] Re: Announcing gRPC-Rust

2024-11-12 Thread Eduard Knyshov
This is great news. Are there any details on timeline yet? On Tuesday, November 12, 2024 at 12:00:37 AM UTC+7 Antonin GAVREL wrote: > Thanks a lot for this initiative! > > On Tuesday, October 1, 2024 at 6:52:38 PM UTC+2 Ivan Georgiev wrote: > >> Excellent. Nice to hear that you guys are working t

[grpc-io] What does the ok parameter false in gRPC C++ ClientBidiReactor OnWriteDone OnWriteReadDone stand for?

2024-11-12 Thread 'sui ma' via grpc.io
The ok parameter is false indicating a read/write failure, but the call does not end abnormally, and I'm trying to understand what are the underlying reasons for the failure? The API documentation indicates that “ok Was it successful? If false, no new read/write operation will succeed, and any f

[grpc-io] Flutter app with grpc-dart in version 4 freezes app after connection loss

2024-11-12 Thread 'Alexander Gelb' via grpc.io
Dear community, actually I face the problem that my flutter app freezes after some time when connection losses occurr. I am using grpc-dart in version 4 and it seems that this is a common problem. The channels get terminated after a timeout is reached, but seems that it not really gets killed an