chisel doesn't reconnect once connection is lost
Hello sir Chisel app from Client cannot reconnect when it disconnect from server .Manually we have to kill the app on Client and restart. Can you please fix this error
Can you copy and paste the terminal logs with verbose enabled ?
On Mon, 9 Nov 2020 at 1:55 am gvsurenderreddy [email protected] wrote:
Hello sir Chisel app from Client cannot reconnect when it disconnect from server .Manually we have to kill the app on Client and restart. Can you please fix this error
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpillora/chisel/issues/213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X47DCLJFVZEN3N4Q4WDSO2WNTANCNFSM4TOLVZDQ .
Also can you try with v1.7.3
Hi. I believe this was discussed in some other issue, I will try to find it. My workaround is to relaunch chisel. I am hesitant to call it a workaround, though, since it is good it leaves handling relaunching to the caller. Essentially when the connection goes down (which I emulate by shutting down the server), chisel immediately gives up. Both client and server are using version 1.7.4. Example of client log:
2021/02/16 13:52:41 client: Connecting to ws://pointoforigin.ddns.net:3714
2021/02/16 13:52:41 client: Fingerprint ***
2021/02/16 13:52:41 client: Connected (Latency 63.940905ms)
# shutdown server #
2021/02/16 13:52:47 client: Disconnected
2021/02/16 13:52:47 client: Connection error: read tcp **->**: read: connection reset by peer
2021/02/16 13:52:47 client: Give up
# chisel client exits #