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

Limit channels to 25 #173

Closed JacobPlaster closed 5 years ago

JacobPlaster commented 5 years ago

New Bitfinex API limits means that each connection can only support max 30 channels at once. This pull request adds a limit to the library that enforces this rule (max 25 connections).