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 Oct 13, 2023. It is now read-only.
There is a bug with ws.order_books. It seems that the asks and bids are correctly refreshed but lastest prices contained in the key "f" are not.
When you restart the stream doing
`ws = OrderBook()
ws.enable_log()
ws.subscribe_to_orderbook(pairs_list)`
Then, the dictionary ws.order_books contains the lastest prices, but still they are not refreshed automatically.
PS: it might be related to that issue #29.