0

I have a problem with user_data subscription by websocket-sharp. I have no any errors, but sometimes I have no data from server. I send listenKey and have empty response (no errors), but when I send order, I have no any callbacks from user_data.

Dzam
  • 211
  • 2
  • 8

1 Answers1

0

At the end, I used wrong web socket component. I used this one (websocket-sharp.clone). And when I changed it to WebSocketSharp, it works all this time.

Dzam
  • 211
  • 2
  • 8