Keep running on case of commmunitacion error with uds server...

This commit is contained in:
Adolfo Gómez García 2017-03-23 09:40:56 +01:00
parent f715f48a7b
commit 777ca4c016

View File

@ -408,7 +408,7 @@ class ClientIPC(threading.Thread):
except socket.error as e:
logger.error('Communication with server got an error: {}'.format(toUnicode(e.strerror)))
self.running = False
# self.running = False
return
except Exception as e:
tb = traceback.format_exc()