grpclib icon indicating copy to clipboard operation
grpclib copied to clipboard

Implement connection checks using PING frame

Open vmagamedov opened this issue 5 years ago • 2 comments

This will help identify when connection becomes broken.

See also: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#ping-frame

vmagamedov avatar Mar 22 '19 12:03 vmagamedov

This may be useful for connecting to gRPC servers hosted on AWS NLBs, which time out idle connections after 350s

alvin-trusttoken avatar Jun 29 '19 04:06 alvin-trusttoken

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.

vmagamedov avatar Jan 23 '20 16:01 vmagamedov