-
Notifications
You must be signed in to change notification settings - Fork 820
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
Bitfinex: Fix WS Trade stream erroring #1746
Labels
Comments
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
gbjk
added a commit
to gbjk/gocryptotrader
that referenced
this issue
Dec 18, 2024
* Add handling for funding trades Fixes thrasher-corp#1746
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The public trade stream in bitfinex websocket now contains a sequence field final field in the snapshot update.
This triggers an error:
exchange Bitfinex websocket error - unhandled WS trade update event:
( which goes to the DataHandler )
Our test avoids seeing this by mocking the input to the trade stream in the old state.
Probably consider #1323 at the same time
The text was updated successfully, but these errors were encountered: