mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-25 09:18:09 -07:00
Fixed occasional io thread hang on shutdown
This commit is contained in:
@@ -373,7 +373,6 @@ def exit(code=0):
|
||||
global exit_called
|
||||
if not exit_called:
|
||||
exit_called = True
|
||||
print("")
|
||||
Reticulum.exit_handler()
|
||||
os._exit(code)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user