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
@JKorf First of all thank you for creating this library.
In my app I create a socketClient to receive data from Binance. All methods were working, but when I use the Subscribe method, I get this error message: "Can't connect to the server".
I am running the latest version of nuget.
in .netframework 4.7.2
code: var result = await socketClient.SpotApi.ExchangeData.SubscribeToTickerUpdatesAsync("FTMUSDT", data => { label1.Text = data.Data.LastPrice.ToString(); });
The text was updated successfully, but these errors were encountered:
@JKorf First of all thank you for creating this library.
In my app I create a socketClient to receive data from Binance. All methods were working, but when I use the Subscribe method, I get this error message: "Can't connect to the server".
I am running the latest version of nuget.
in .netframework 4.7.2
code:
var result = await socketClient.SpotApi.ExchangeData.SubscribeToTickerUpdatesAsync("FTMUSDT", data => { label1.Text = data.Data.LastPrice.ToString(); });
The text was updated successfully, but these errors were encountered: