bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
303 stars 222 forks source link

Multiplex ws connections #177

Closed JacobPlaster closed 5 years ago

JacobPlaster commented 5 years ago

Adds websocket multiplexer which enables users to subscribe to as many channels as they want to. Each client will authenticate only one channel and use that for all authenticated requests.