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
The Program hangs when disconnected from the network midway.
Expected behaviour
The on_error handler should throw a connection error exception.
Actual behaviour
The Program hangs after disconnecting, on reconnect there is a delay (which seems like the actual time where the machine was without a connection) which produces an output of (old ?) data.
note: if the connection isn't back, the program is stuck util killed with ctrl+c
Steps to reproduce
Go offline when it starts printing data to the screen
@2pd - I can see that this pull-request #228 was merged into the branch rc-3.5.0, but was then followed by c788d3a, which seemed to remove this on_websocket_error, so the issue still seems to stand.
How would you recommend we go about reconnecting and resubscribing ourselves in the event of a WebSocketTimeoutException?
Issue subject
The Program hangs when disconnected from the network midway.
Expected behaviour
The
on_error
handler should throw a connection error exception.Actual behaviour
The Program hangs after disconnecting, on reconnect there is a delay (which seems like the actual time where the machine was without a connection) which produces an output of (old ?) data.
note: if the connection isn't back, the program is stuck util killed with
ctrl+c
Steps to reproduce
Go offline when it starts printing data to the screen
Environment
3.0.0rc1
3.7.12
Linux
The text was updated successfully, but these errors were encountered: