w
This commit is contained in:
@@ -180,6 +180,9 @@ class JungfrauJochPreview:
|
||||
# Happens when ZMQ partially delivers the multipart message
|
||||
pass
|
||||
except zmq.error.Again:
|
||||
logger.info(
|
||||
f"ZMQ Again exception, receive queue is empty for JFJ preview at {self.url}."
|
||||
)
|
||||
# Happens when receive queue is empty
|
||||
time.sleep(0.1) # NOTE: Change sleep time to control polling rate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user