Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Missing cancels while listening WS for pushCancel and pushCancels #36

Open
McAronDev opened this issue Jul 23, 2018 · 0 comments
Open

Comments

@McAronDev
Copy link

I'm using v2 WS API for orderbook syncing. I've stored each cancel from pushCancel and pushCancels messages using their ID as key in DB. But as i see, sometimes cancel is missed. For example, after cancel { "id": 38795396, ... } next is { "id": 38795398, ... } , but 38795397 is missed. I have tried to listen WS api parallel on 2 different machines, and both of them has same missed cancels.

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

1 participant