-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Description
After a random period of time, the IFactoryOrderBook service stops receiving updates. This issue seems to occur intermittently and does not follow a predictable pattern. It is critical for the proper functioning of our application that the IFactoryOrderBook service receives updates continuously without interruption.
Steps to Reproduce
Start the application.
Ensure that the IOrderBookFactory (IOKXOrderBookFactory, and IBybitOrderBookFactory) service is injected and ISymbolOrderBook instance has been created from the Factory.
Monitor the ISymbolOrderBook updates over a period of time.
Observe that after a random interval, the service stops receiving updates.
Expected Behavior
The IFactoryOrderBook service should continuously receive updates without any interruptions.
Actual Behavior
The ISymbolOrderBook service stops receiving updates after a random period of time.
there are no error logs or exceptions, it just does not raise the events anymore
I'm trying to listen to the Symbol Orderbook in Bybit and OKX.