Skip to content

Commit 44e876e

Browse files
committed
Fix write() fall-through after ZMQ send
1 parent d62356c commit 44e876e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

concore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ def write(port_identifier, name, val, delta=0):
309309
logging.error(f"ZMQ write error on port {port_identifier} (name: {name}): {e}")
310310
except Exception as e:
311311
logging.error(f"Unexpected error during ZMQ write on port {port_identifier} (name: {name}): {e}")
312+
return
312313

313314
# Case 2: File-based port
314315
try:

0 commit comments

Comments
 (0)