Is client multithreaded? #1008
gaurav2001trader
started this conversation in
General
Replies: 1 comment 7 replies
-
Yes, the client is multithreaded. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By my logic onMessage should only run once. However onMessage gets executed a couple of times before stopping when triggered multiple times in a very short period of time. If I set
condition = False
just after I checked the boolean it works fine. Is this because of multithreading? I am usingsocketio.Client
Beta Was this translation helpful? Give feedback.
All reactions