forked from shaba/openuds
Keep running on case of commmunitacion error with uds server...
This commit is contained in:
parent
f715f48a7b
commit
777ca4c016
@ -408,7 +408,7 @@ class ClientIPC(threading.Thread):
|
|||||||
|
|
||||||
except socket.error as e:
|
except socket.error as e:
|
||||||
logger.error('Communication with server got an error: {}'.format(toUnicode(e.strerror)))
|
logger.error('Communication with server got an error: {}'.format(toUnicode(e.strerror)))
|
||||||
self.running = False
|
# self.running = False
|
||||||
return
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
tb = traceback.format_exc()
|
tb = traceback.format_exc()
|
||||||
|
Loading…
Reference in New Issue
Block a user