decrease the sleep time to react in time

This commit is contained in:
Sven Czarnian
2021-12-09 12:29:51 +01:00
부모 92b7e9e429
커밋 4797cef3f7

파일 보기

@@ -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