On-order update Sequence Problem

dknaix
Currently i am facing issue, that the order status sequence is incorrect in websocket.
"Open" status reaches after the "Completed" status, leading to a critical error this should not happen, if this is the case then relying on sockets is a complete waste since i have to recheck using API.
This occurs every 1/3 orders placed please fix this ASAP
  • salim_chisty
    You may refer to the similar discussion here.
  • dknaix
    you guys should add incremental sequence number to the events so even in async the sequence will be identifiable, this is a Critical system design flaw and ignoring this is just running away from problems
Sign In or Register to comment.