You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP/2 has a ping/pong protocol, but I do not see how it can be customized via the reactor-netty API.
I only use HTTP/2 as a client so I do not know about the server side.
A feature that would be interesting is sending a PING frame at regular intervals (set by user), and if no PONG (PING ack) is received in a timely fashion (timeout set by user), then disconnect, and remove that connection from the pool.
The text was updated successfully, but these errors were encountered:
HTTP/2 has a ping/pong protocol, but I do not see how it can be customized via the reactor-netty API.
I only use HTTP/2 as a client so I do not know about the server side.
A feature that would be interesting is sending a PING frame at regular intervals (set by user), and if no PONG (PING ack) is received in a timely fashion (timeout set by user), then disconnect, and remove that connection from the pool.
The text was updated successfully, but these errors were encountered: