Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: race condition in PUSH might break atomicity #3343

Merged
merged 1 commit into from
Dec 30, 2018

Conversation

bluca
Copy link
Member

@bluca bluca commented Dec 28, 2018

Solution: if a multi-part message cannot be delivered by a PUSH socket
because the pipe is broken mid-way, drop the rest of the frames so that
the atomicity property is not broken.

Fixes zeromq/pyzmq#1244

Solution: if a multi-part message cannot be delivered by a PUSH socket
because the pipe is broken mid-way, drop the rest of the frames so that
the atomicity property is not broken.
@sigiesec sigiesec merged commit fc36c7d into zeromq:master Dec 30, 2018
@bluca bluca deleted the pull_atomic_drop branch December 30, 2018 11:22
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.

2 participants