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

Add keep alive pinger and race conditions fix #189

Closed JacobPlaster closed 4 years ago

JacobPlaster commented 4 years ago

Description:

Golang doesnt automatically manage the keep alive timeouts so this pull request adds a channel which periodically sends a "ping" message to the bitfinex api in order to resert the TLS kill timeout.

Breaking changes:

None

New features:

None

Fixes:

PR status: