[grpc-io] URGENT: Sending async response over grpc

2024-03-13 Thread Abhijeet Tiwari
So I was wondering about this usecase: 1) let's say a java based client that has opened a server streaming rpc 2) after this, we are to receive some info through a webhook on our server, but it might take some time 3) we have to send this info received over webhook to the java based client over

[grpc-io] Channel going into TRANSITION_FAILURE unless keepalive is used

2024-03-13 Thread Daniel Rivas
Hi all, I’m experiencing a problem with a channel that I’m unable to explain based on what I know and what I could find in the documentation. Maybe someone here can shed some light on the matter :) I’m using gRPC in my Python project and seemingly out of the blue some tests started failing

[grpc-io] [gRPC C++] CMake install does not copy .pdb files.

2024-03-13 Thread Flag Staff
Hi, I'm trying to get gRPC running on my machine: Win10 with Visual Studio 2019. My problem is, that the .pdb files are created during the build process, but they will not be copied/installed with CMake install. CMake will just copy the .lib files etc. The following command have been used: