forked from p15670423/monkey
Agent: Remove thread join in find_server
This commit is contained in:
parent
cd91b3e42a
commit
02a919123b
|
@ -98,7 +98,6 @@ class ControlClient:
|
|||
args=(ss,),
|
||||
)
|
||||
t.start()
|
||||
t.join()
|
||||
|
||||
return True
|
||||
except ConnectionError as err:
|
||||
|
|
Loading…
Reference in New Issue