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

zmq_proxy_steerable ignores PAUSE/RESUME commands #88

Closed
moteus opened this issue Jul 23, 2014 · 0 comments · Fixed by #113
Closed

zmq_proxy_steerable ignores PAUSE/RESUME commands #88

moteus opened this issue Jul 23, 2014 · 0 comments · Fixed by #113

Comments

@moteus
Copy link
Member

moteus commented Jul 23, 2014

I think the problem in proxy.cpp.
In 4.1.X version messages forward only when state is active [1]
But in 4.0.X version there no such check [2]

[1] https://github.com/zeromq/libzmq/blob/master/src/proxy.cpp#L161
[2] https://github.com/zeromq/zeromq4-x/blob/master/src/proxy.cpp#L132

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 a pull request may close this issue.

1 participant