Replies: 1 comment
-
Moved to #49 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to make async client API calls, i.e., make a trade call and wait for it while still getting in streaming data?
The websocket stream is blocked while trying to make a trade (maybe a couple of tries). By the time the trade goes through or fails, the stream rushes to catch up and everything gets screwed up. Or perhaps something I'm missing? I've tried things like:
But it still blocks the main process (for example, I have a window display updating, which freezes while the order executions are trying to get put through).
Thank you,
JJ
Beta Was this translation helpful? Give feedback.
All reactions