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

deadline_ms is not really milliseconds with zmq3 #17

Open
itamaro opened this issue May 26, 2016 · 0 comments
Open

deadline_ms is not really milliseconds with zmq3 #17

itamaro opened this issue May 26, 2016 · 0 comments

Comments

@itamaro
Copy link
Contributor

itamaro commented May 26, 2016

oh my, this one took some time to grok, but we finally figured that when we use deadline_ms=60000 when using zmq3 (under ubuntu 14.04), the actual deadline is 60,000 seconds... O_O

the obvious workaround is to use deadline_ms=60, but i was wondering if there's a cleaner fix... (that also preserves that sub-second timeout)

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