decrease the sleep time to react in time

Este cometimento está contido em:
Sven Czarnian
2021-12-09 12:29:51 +01:00
ascendente 92b7e9e429
cometimento 4797cef3f7

Ver ficheiro

@@ -39,7 +39,7 @@ class ComThread(Thread):
except zmq.ZMQError as error:
if zmq.EAGAIN == error.errno:
time.sleep(0.5)
time.sleep(0.1)
continue
else:
return