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
I'm making proxy and have tcp connections that are just opened but no data is sent.
If I enable keepalive, session is closed after 30 sec.
Could you add option not to close session if it has streams open ? not just data passed.
I do like to detect if connection is broken when keepalive's do not get reply.
I know this could be done at my proxy as well but implementing it to smux would make things much simpler.
The text was updated successfully, but these errors were encountered:
I'm making proxy and have tcp connections that are just opened but no data is sent.
If I enable keepalive, session is closed after 30 sec.
Could you add option not to close session if it has streams open ? not just data passed.
I do like to detect if connection is broken when keepalive's do not get reply.
I know this could be done at my proxy as well but implementing it to smux would make things much simpler.
The text was updated successfully, but these errors were encountered: