This commit is contained in:
Sven Czarnian
2021-08-30 21:56:16 +02:00
джерело f4fbd6245b
коміт 51b4013e6b

@@ -29,7 +29,7 @@ class ReceiverThread(threading.Thread):
except zmq.ZMQError as error:
if zmq.EAGAIN == error.errno:
time.sleep(0.5)
pass
continue
else:
return