-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Issue type
- [ X] bug
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
- stream an authed ws connection
Additional Notes:
This line,
bitfinex-api-go/pkg/mux/client/client.go
Line 139 in 9e0b26f
if err != nil { |
is where the error is picked up.
stemming from:
bitfinex-api-go/pkg/mux/client/client.go
Line 136 in 9e0b26f
ms, opCode, err := wsutil.ReadServerData(c.conn) |
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.
Metadata
Metadata
Assignees
Labels
No labels