Marfusios / bitmex-client-websocket

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

Multiplexing support #24

Open alexb5dh opened 5 years ago

alexb5dh commented 5 years ago

As per documentation.

Would be nice to have this supported. BitMex has limitations on 20 connections per hour so it can be problematic to monitor many accounts if each one will require separate connection.

Currently I'm using self-made adapter and can share it if needed or maybe create a PR later.

Marfusios commented 5 years ago

Hello,

yes, please, PR is very welcome