mirror of
https://github.com/dkmstr/openuds.git
synced 2025-08-24 09:49:52 +03:00
Keep running on case of commmunitacion error with uds server...
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user