Marfusios / bitmex-client-websocket

🛠️ C# client for Bitmex websocket API
Apache License 2.0
64 stars 44 forks source link

It's all broken. Please fix it #8

Closed robertvo closed 5 years ago

robertvo commented 6 years ago

I tried to get this working for like an hour, it's not working. I set the keys, but The sample it's not connecting not subscribing, it's just sits there and does absolutely nothing. no error, no nothing :( in debug log the last line I see "[BMX WEBSOCKET COMMUNICATOR] Starting.." The code is very hard to follow, and can't really see what's it doing :( At least error or exception would be nice to get... Could anyone help please?

Marfusios commented 6 years ago

Hello,

please provide more info and send full log file. Did you change the code in any way? Are you subscribing to channels? You can change LogEventLevel to LogEventLevel.Verbose, there will be more logs.

I've tried the latest version and it works as expected.