We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7268a7c + 5af526f commit a1fdd2fCopy full SHA for a1fdd2f
1 file changed
concore.py
@@ -378,6 +378,7 @@ def write(port_identifier, name, val, delta=0):
378
logging.error(f"ZMQ write error on port {port_identifier} (name: {name}): {e}")
379
except Exception as e:
380
logging.error(f"Unexpected error during ZMQ write on port {port_identifier} (name: {name}): {e}")
381
+ return
382
383
# Case 2: File-based port
384
try:
0 commit comments