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
From reading the client code there is no support for reconnect if the others side network was dropped.
This seems not optimal if the network gets disconnected when using the proxy
The text was updated successfully, but these errors were encountered:
Mic92
changed the title
Reconnect logic
Add reconnect logic to proxy client
Nov 27, 2022
Sorry for the very long delay, @Mic92 .
This is something I'd like to add at some point, but it's a bit thicker than it seems. If the connection is dropped, the server needs to identify the client somehow with the right session, and there's no concept like that built in tty-proxy to support it. Right now, the TCP connection lifecycle maps to the lifecycle of a session - if the TCP connection dies, the session is invalidated. Otherwise, the server would need to maintain some more state.
I'll keep this open, as I agree - it would be nice to have something like this.
From reading the client code there is no support for reconnect if the others side network was dropped.
This seems not optimal if the network gets disconnected when using the proxy
The text was updated successfully, but these errors were encountered: