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
Interesting! I think that is because you are running this kind of "daemon" thread or background process and signal handlers are for the main thread usually. But I want to make sure, can you please share the error stack?
And can you please share how you are trying to start in a different thread?
Currently, starting server from thread different from main cause error in
ZeroServer._start_server
method:Removing signal registration makes everything work!
The text was updated successfully, but these errors were encountered: