Skip to content

Conversation

@avinxshKD
Copy link

Fixes #238

The write() function was missing a return statement after the ZMQ send path, causing execution to fall through into the file-based write logic. This led to redundant file operations after every ZMQ write.

Added return to match the pattern already used in read()

@avinxshKD
Copy link
Author

@pradeeban the failing tests don't seem related to this change. The fix just adds a single return statement after ZMQ, doesn't touch imports or CLI logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant