forked from zietzm/Helmholtz_Test_Bench
Fixed socket thread not exiting properly.
This commit is contained in:
@@ -125,7 +125,7 @@ class ClientConnectionThread(Thread):
|
||||
|
||||
class SocketInterfaceThread(Thread):
|
||||
def __init__(self):
|
||||
Thread.__init__(self)
|
||||
Thread.__init__(self, daemon=True)
|
||||
self.server_socket = None
|
||||
|
||||
# Can throw exception, which should be passed on to the instantiator of this class
|
||||
|
||||
Reference in New Issue
Block a user