Websocket connection

There was a big market move and then after that I could no longer get any response from the websocket connections.

connection to the api and md endpoints are automated on my end.

API -- _open -- BEGIN
API -- last command
[authorize
0

xxx-x]

API -- _open --  END

---API --
[a[{"s":200,"i":0}]]

md_main -- socket not open, sleeping
 
 MD -- 
[a[{"s":200,"i":0}]]

md_main -- socket OPEN| running [True]

After this I could usually send commands to either the api or the md.

API -- - last command
[contract/find
2
name=MNQH2]


API -- - last command
[contract/find
3
name=MESH2]

These commands would usually work, now they aren’t working.

API -- last command
[order/placeorder
4

{"accountSpec":"xxx","accountId":000,"action":"Buy","timeInForce":"Day","symbol":"MESH2","orderQty":1,"orderType":"Market","isAutomated":true}]
API -- last command
[order/placeorder
5

{"accountSpec":"xxx","accountId":000,"action":"Sell","timeInForce":"Day","symbol":"MESH2","orderQty":1,"orderType":"Limit","price":4125.0,"isAutomated":true}]

none of the api commands are working, I can still buy and sell through the browser. What’s going on with the websocket endpoints?

the websocket api are working again!