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
How to reuse websocket connection? For example, I opened a ws connection for placing an order. Later, I want to place an order and still use this ws connection. However,this seems to be not allowed. By the way, why can't the websocket for placing an order and canceling an order use the same websocket?