Skip to content

Authed WS client continually disconnecting, err EOF #239

@Bwahharharrr

Description

@Bwahharharrr

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,

is where the error is picked up.

stemming from:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions