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

Error Can't connect to the server in Subscribe methode #1437

Open
luke313 opened this issue Oct 19, 2024 · 1 comment
Open

Error Can't connect to the server in Subscribe methode #1437

luke313 opened this issue Oct 19, 2024 · 1 comment

Comments

@luke313
Copy link

luke313 commented Oct 19, 2024

@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(); });

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
@luke313 and others