Closed keefehiggins closed 6 years ago
Hi, I've done some work on combining streams on websockets. With the new version you can provided multiple symbols in the SubscribeToKlineStreamAsync
call to subscribe more symbols on a single websocket.
This would mean that you would only need 6 websockets. Let me know if that helped!
I implemented the new version and I haven't verified all the data but this is working 1000 times better so far. I really appreciate the fast turn around time!
I will go ahead and close this, but again thank you!
Hey,
This might be more of a general question regarding websockets than an issue with binance.net. I am trying to connect to a lot of kline websockets. Im using a windows service on a dev machine (4 cores, 16 gb memory)
var socketClient = new BinanceSocketClient();
when I open each socket, but have tried reusing socketClient for multiple sockets.Do you by chance have any ideas on how I can facilitate what im trying to do? Maybe there is something I am overlooking as this is the first attempt Ive tried at using sockets before.
Thanks!