[grpc-io] Keepalive pings from server are not acknowledged by the client

2025-02-28 Thread sudo kpr
Hi, In our setup, we have a Kubernetes pod with two containers—one hosting the gRPC service and the other acting as the client. The service is implemented in Golang, while the client is in Python. We create the client at the start of the application and use the same client though out the life

[grpc-io] Re: A weird issue index out of range: 3 + 116> 76

2025-02-28 Thread JD Sacharok
Looks like you just need to refresh the server reflection. On Monday, November 18, 2024 at 10:45:15 AM UTC-5 Alexander Gelb wrote: > I got this error also a lot of times. > Normally this happened when my request or response was not as expected > from the protocol buffer scheme. > Means that you