Agent: Remove thread join in find_server

This commit is contained in:
Ilija Lazoroski 2022-09-07 14:25:22 +02:00 committed by Mike Salvatore
parent cd91b3e42a
commit 02a919123b
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class ControlClient:
args=(ss,),
)
t.start()
t.join()
return True
except ConnectionError as err: