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
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
I had an instance where my internet went down, so of course the stream data would cease to come in. The issue is that sometimes even when my internet reconnected the websocket connection was not reestablished and stream data isnt reconnected. I assume the heartbeat packet send: b'\x88\x82\xabw\x02u\xa8\x9f' was sent by the WebsocketApp function. Just a heads up, since the websocket library works perfectly for me on another exchange since I choose to use the lower level create_connection function myself
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had an instance where my internet went down, so of course the stream data would cease to come in. The issue is that sometimes even when my internet reconnected the websocket connection was not reestablished and stream data isnt reconnected. I assume the heartbeat packet send: b'\x88\x82\xabw\x02u\xa8\x9f' was sent by the WebsocketApp function. Just a heads up, since the websocket library works perfectly for me on another exchange since I choose to use the lower level create_connection function myself
The text was updated successfully, but these errors were encountered: