semashkinvg / Bitmex.NET

Wrapper for BitMEX.com REST & WebSocket API
MIT License
52 stars 26 forks source link

TradeSubscription events unordered #43

Open Gdocal opened 4 years ago

Gdocal commented 4 years ago

You can recieve older data after fresh. I think the issue is in multiple threads used to send data from websocket. I think the issue in underlaying websocket library.

So currently order of events not determined. Llibrary can't be used for any serious project.