Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authed WS client continually disconnecting, err EOF #239

Open
Bwahharharrr opened this issue Jan 15, 2023 · 0 comments
Open

Authed WS client continually disconnecting, err EOF #239

Bwahharharrr opened this issue Jan 15, 2023 · 0 comments

Comments

@Bwahharharrr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Bwahharharrr and others