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
Currently when the connection resets (i.e. due to a DMS change), the open orders/positions/etc are not cleared and instead are updated after reconnection. This leaves invalid state in the UI (orders may have been cancelled) for a short period of time.
Create a new redux action for clearing trading data on disconnect, and fire it appropriately.
The text was updated successfully, but these errors were encountered:
Currently when the connection resets (i.e. due to a DMS change), the open orders/positions/etc are not cleared and instead are updated after reconnection. This leaves invalid state in the UI (orders may have been cancelled) for a short period of time.
Create a new redux action for clearing trading data on disconnect, and fire it appropriately.
The text was updated successfully, but these errors were encountered: