mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Better thread configuration
This commit is contained in:
parent
d2cf3c2a7e
commit
3e7ab5136e
2 changed files with 2 additions and 1 deletions
|
@ -2690,7 +2690,7 @@ class Transport:
|
|||
def detach_job():
|
||||
RNS.log(f"Detaching {interface}", RNS.LOG_EXTREME)
|
||||
interface.detach()
|
||||
dt = threading.Thread(target=detach_job, daemon=True)
|
||||
dt = threading.Thread(target=detach_job, daemon=False)
|
||||
dt.start()
|
||||
detach_threads.append(dt)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue