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
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
Hi , I just need some tips about best practice. I would like to
stream many different symbols with socket
create a task in the socket that checks if marketprice = myTargetPrice -> send Order to Binance else end task
Which approach is recommended?
Approach 1. Using Multi-thread , each thread for streaming each Symbol and rest of the logic
Approach 2. Using One single thread that streams all the symbols in one socket and rest of the logic ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi , I just need some tips about best practice. I would like to
Which approach is recommended?
Approach 1. Using Multi-thread , each thread for streaming each Symbol and rest of the logic
Approach 2. Using One single thread that streams all the symbols in one socket and rest of the logic ?
The text was updated successfully, but these errors were encountered: