semashkinvg / Bitmex.NET

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

Re-use TCP connection across requests #19

Closed tekr closed 6 years ago

tekr commented 6 years ago

This PR reduces latency and resource usage by re-using the TCP connection across requests. The connection will be automatically opened/re-opened if not already opened when a request is initiated.

Resolves issue #18