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
Ah - thanks for pointing out this bug. The solution is in quickdial.go Dial() method. If the server restarts, then the cached session info on the client (q.dest[]) is now stale.
I pushed a patch to teach Dial() to invalidate the session cache when stream creation fails (v0.7.2); pls try and let me know if this worked.
What will be my best option to resume client tunnel, if server get disconnected for a while.
Actually I need to restart client side after an issue.
Is that something I could implement easily?
Thanks.
The text was updated successfully, but these errors were encountered: