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
Is there anything that would prevent replicating the ThreadedWebsocketManager class from the Binance library for Kucoin? I'm only interested in using the kline socket and it seems that most of the code in the streams.py file are for specific socket types, so a lot could be eliminated for my purposes.
However, I'm not too knowledgable about sockets (and new to async in Python) and just want to make sure I don't go down an unnecessary rabbit hole if it's a dead end.
Thanks for the great libraries.
The text was updated successfully, but these errors were encountered:
Is there anything that would prevent replicating the
ThreadedWebsocketManager
class from the Binance library for Kucoin? I'm only interested in using the kline socket and it seems that most of the code in thestreams.py
file are for specific socket types, so a lot could be eliminated for my purposes.However, I'm not too knowledgable about sockets (and new to async in Python) and just want to make sure I don't go down an unnecessary rabbit hole if it's a dead end.
Thanks for the great libraries.
The text was updated successfully, but these errors were encountered: