You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connected via an authenticated WS, literally about every 1-2 minutes I am getting disconnected, constantly, error received: conn: X has failed | error EOF | reconnecting
a string(ms) would normally show the contents of the incoming message, but when this error is produced, it is just empty.
Maybe its an issue with how wsutil is handling in the incoming data from bitfinex ?
Public ws connections seem fine, only the authed ones this happens to.
The text was updated successfully, but these errors were encountered:
Issue type
Brief description
When connected via an authenticated WS, literally about every 1-2 minutes I am getting disconnected, constantly,
error received: conn: X has failed | error EOF | reconnecting
Steps to reproduce
Additional Notes:
This line,
bitfinex-api-go/pkg/mux/client/client.go
Line 139 in 9e0b26f
is where the error is picked up.
stemming from:
bitfinex-api-go/pkg/mux/client/client.go
Line 136 in 9e0b26f
a
string(ms)
would normally show the contents of the incoming message, but when this error is produced, it is just empty.Maybe its an issue with how
wsutil
is handling in the incoming data from bitfinex ?Public ws connections seem fine, only the authed ones this happens to.
The text was updated successfully, but these errors were encountered: