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: zproxy still hangs on slow architectures #1755

Merged
merged 1 commit into from
Sep 5, 2017

Conversation

bluca
Copy link
Member

@bluca bluca commented Sep 4, 2017

Solution: send with ZFRAME_DONTWAIT when expecting a send failure, as
the pipe might not exist which means the send, without a timeout, will
get stuck forever waiting for a pipe to appear.

Solution: send with ZFRAME_DONTWAIT when expecting a send failure, as
the pipe might not exist which means the send, without a timeout, will
get stuck forever waiting for a pipe to appear.
@somdoron somdoron merged commit ea58dfa into zeromq:master Sep 5, 2017
@bluca bluca deleted the zproxy_hang branch September 5, 2017 08:09
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