You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
The "incremental" updating local orderbook from websocket does not work correctly. Only first 100 items in orderbook are updated. The rest of orderbook has a discrepancies. If you compare two orderbooks one from REST and one builded from websocket updates (with same sequence number), You will find that only first 100 items is equal.
The "incremental" updating local orderbook from websocket does not work correctly. Only first 100 items in orderbook are updated. The rest of orderbook has a discrepancies. If you compare two orderbooks one from REST and one builded from websocket updates (with same sequence number), You will find that only first 100 items is equal.
I am using spot.order_book_update channel, which is described here GateIO Websocket OrderBook Documentation