grpclib
grpclib copied to clipboard
Implement connection checks using PING frame
This will help identify when connection becomes broken.
See also: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#ping-frame
This may be useful for connecting to gRPC servers hosted on AWS NLBs, which time out idle connections after 350s
Thanks to @a00920 we now have a PING checks support, but in experimental mode. I have to write more tests to be sure that everything works as expected.