Skip to content

ISymbolOrderBook Stops Receiving Updates After Random Intervals #47

@Amitabitbul

Description

@Amitabitbul

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions