-
Notifications
You must be signed in to change notification settings - Fork 821
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: Resubscribe orderbook after checksum err #1303
Conversation
Let's get the refactor merged before this one, then I can rebase and get clarity about any issues. |
68f6236
to
36e29f8
Compare
This PR is still vaild on top of the rewrite of Bitfinex overall. There's 2 follow ups that I don't want to roll into this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming that I am resubscribing now, thanks!
df64a41
to
f2bcb78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor nit for future asset support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just two minor issues from me. 👍
8e92666
to
22ffbf5
Compare
Rebased to just 2 commits. Been getting sloppy about that recently; sorry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK! Thanks 🖖
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes ACK, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK. Thanks for writing the test!
* Bitfinex: Resubscribe orderbook after checksum err * Bitfinex: chanForSub return only first match
Note:
This PR builds upon #1302 and contains a single commit from it.
It should not be merged first or in isolation.
It is, however, the driver and context for the atomic fixes in #1302
Type of change
How has this been tested