Replies: 1 comment 1 reply
-
I also have not found any info . should we tag someone ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm suspecting a connection issues with an upstream crate that uses tonic and traced the keep alive variable to the
http2_keep_alive_while_idle
field. However as I was looking through the source code, I wasn't able to find more information like how this is used.// Set http2 KEEP_ALIVE_INTERVAL. Uses hyper's default otherwise
I also wasn't able to find any information based on this comment that was in the code.Beta Was this translation helpful? Give feedback.
All reactions