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
Hi , is it weird that when the Start() run in main thread , everything work , but if I do start_new_thread(Start , ())
, there seem to be no socket._write() occur ! .
Is there anyway to make it async ?
The text was updated successfully, but these errors were encountered:
Hi , is it weird that when the Start() run in main thread , everything work , but if I do
start_new_thread(Start , ())
, there seem to be no socket._write() occur ! .
Is there anyway to make it async ?
The text was updated successfully, but these errors were encountered: