Closed fegger-ducksify closed 2 years ago
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.
This works great! Thank you for this fix and your quick answer. cheers
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.