Jan Korf

Results 63 comments of Jan Korf

Hi, I was just looking at this. You should be able to get this to work when you increase SocketResponseTimeout to 30 seconds. It does however take some time to...

So I've had contact with Binance over this, see https://dev.binance.vision/t/socket-live-subscribing-server-delay/9645 It might be an issue in the dotnet ClientWebsocket implementation which is used in this library. I'll see if I...

For reference, I've opened an issue on the dotnet repo: https://github.com/dotnet/runtime/issues/65998 There doesn't seem to be a lot of interest in this though.

Appreciate the PR. Just wondering if the Coin balances class couldn't be a derived type from a comon Futures balances class? That way people could implement shared code for both...

I don't have enough knowledge about this to answer you. You could try this Binance API forum: https://dev.binance.vision/

It works fine for me. The difference between v6 and v7 is that the socket implementation has been replaced, so there could be something with that. If you change the...

Where do you get the exception? It seems like status code 407 is returned, which would mean proxy credentials are required. Are you using a proxy?

Again, it works fine for me. I tried with the zip you referenced, on two different computers. Only thing I couldn't change atm is the network. Did you test on...

Hi, are you using the latest version? There was an earlier version where the time offset would not get reset after the difference between the server and the client got...