We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3975bbd commit 5af526fCopy full SHA for 5af526f
1 file changed
concore.py
@@ -333,6 +333,7 @@ def write(port_identifier, name, val, delta=0):
333
logging.error(f"ZMQ write error on port {port_identifier} (name: {name}): {e}")
334
except Exception as e:
335
logging.error(f"Unexpected error during ZMQ write on port {port_identifier} (name: {name}): {e}")
336
+ return
337
338
# Case 2: File-based port
339
try:
0 commit comments