Crypto-toolbox / btfxwss

Bitfinex Websocket API Client written in Python3
MIT License
284 stars 125 forks source link

not responding sometimes #166

Open Indiana3714 opened 5 years ago

Indiana3714 commented 5 years ago

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