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
Hi, Hope you are doing well. Facing issue when in GetTickersAsync()
this one #421
then i update Exchange sharp 0.6.0.1 to 0.7.2
It fixed my problem and i see GetTickersWebSocket() convert into GetTickersWebSocketAsync() now i am getting error in this method "The method or operation is not implemented." Note: For Binance its working fine but when i used Huobi its giving error. I'm using first time Huobi from ExchangeSharp for your concern.
Please check and help me out
The text was updated successfully, but these errors were encountered:
That means the tickers websocket is not yet implemented for Huobi. If you send a pull request with the implementation, we'll be happy to merge it. If you don't know how, you can also post the new code here.
Hi, Hope you are doing well. Facing issue when in GetTickersAsync()
this one #421
then i update Exchange sharp 0.6.0.1 to 0.7.2
It fixed my problem and i see GetTickersWebSocket() convert into GetTickersWebSocketAsync() now i am getting error in this method "The method or operation is not implemented."
Note: For Binance its working fine but when i used Huobi its giving error. I'm using first time Huobi from ExchangeSharp for your concern.
Please check and help me out
The text was updated successfully, but these errors were encountered: