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

Send timeouts not working #141

Open
mctofu opened this issue Jul 18, 2013 · 0 comments
Open

Send timeouts not working #141

mctofu opened this issue Jul 18, 2013 · 0 comments

Comments

@mctofu
Copy link

mctofu commented Jul 18, 2013

If a timeout is specified in ZMQSocket.Send and the message is not immediately sent then the method immediately returns instead of retrying until the timeout expires. The timeout extention methods are only checking the ZmqSocket.RecieveStatus flag but in the case of send the status is set on ZmqSocket.SendStatus instead.

It looks like Pull request #124 fixes this.

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

No branches or pull requests

1 participant