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
The client object acts as a stateful manager for data streams.
The public order book stream was cached using a key that only includes
the filter parameters (delivery_area, side, etc.) and completely ignores
the start_time and end_time.
This has been fixed by including start and end time parameters in the
cache.
Signed-off-by: Matthias Wende <[email protected]>
0 commit comments