KeepAlive? #456
KeepAlive?
#456
-
grpc-go has a feature called Keepalive that sends HTTP2 Ping frame to detect broken TCP connections. We've enabled this in our long-running clients. How can we do this with connect-go? |
Beta Was this translation helpful? Give feedback.
Answered by
akshayjshah
Feb 11, 2023
Replies: 1 comment 1 reply
-
The Go standard library's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ymmt2005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Go standard library's
x/net/http2
does this by default - see golang/go#31643 and https://go-review.googlesource.com/c/net/+/198040.