[grpc-io] pure virtual method called. terminate called without an active exception

2023-05-25 Thread karthik karra
Hi All, I am using reactor bidi apis. when run normally, i am not facing this error but when trying to run the client with valgrind then this error is showing up. any suggestions would be helpful. thanks, karthik -- You received this message because you are subscribed to the Google Groups

[grpc-io] Re: How grpc cancell a thread/running function in server side.

2023-05-25 Thread Ashok Krishna
Hi, Is there a better way to this requirement other than adding multiple checkpoints in the code like the one below which would be cumbersome ? if (observer.isCancelled()) { return; } On Friday, June 24, 2022 at 9:51:02 AM UTC+5:30 sanjay...@google.com wrote: > This may partially answer yo

[grpc-io] gPRC: Python server and web client (TypeScript)

2023-05-25 Thread Mark Norgate
I have built a little Python gRPC server and am now trying to build a client that runs in Vite for the web in TypeScript. There is a similar thread here , but the poster did not respond to say if they had solved the problem. I have used grpc-w