-
Notifications
You must be signed in to change notification settings - Fork 77
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
UserDataWebSocketManager - no always getting first events #71
Comments
Most likely, yes. Although I would note that rarely I have seen an order complete, but the completed order never came through the user data socket. This was a problem from Binance rather than this API wrapper though, the log files didnt show it being recieved anywhere. That was a rare occurence though. |
Ok. Is there a wordaround please ? |
@zeldomar, I appreciate you mentioning the use case and issue. The In 0.2.0-alpha37 the |
The |
I'm sorry, I thought that I give enougt details. Here my code for others :
Thanks all for your help. |
@zeldomar, I thought you gave enough information. My comment about the I'd recommend |
Thanks for the ManuelResetEventSlim tip. I close this thread because the issue is solved. |
Hello,
I'm using the UserDataWebSocketManager like this (api 0.2.0-alpha28) :
And immediately after I send an order, and I only receive the order update (with status = New) one time out of three.
Is that because I don't leave enough time to the SubscribeAndStreamAsync method to really establish the connection ?
Thanks a lot
The text was updated successfully, but these errors were encountered: