Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket reconnecting after failure #9

Open
heekah7 opened this issue Mar 14, 2022 · 2 comments
Open

Websocket reconnecting after failure #9

heekah7 opened this issue Mar 14, 2022 · 2 comments

Comments

@heekah7
Copy link

heekah7 commented Mar 14, 2022

Hi, I think we needed web socket reconnection upon failure badly, as order book will fails sometimes.

@tuloski
Copy link

tuloski commented Dec 13, 2022

Yes I agree. I'm opening 4 ws and statistically in around half an hour at least one fails and it doesn't reconnect. So annoying.

@tuloski
Copy link

tuloski commented Dec 28, 2022

I forked and modified to:
-handle disconnection and automatic reconnect
-ws is separate class now which can be instantiated multiple times
-each ws now supports multiple topic subscription
-working but probably not 100% right now

https://github.com/tuloski/kucoin-futures-node-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants