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

How to set HWM socket options on sockets used by azmq::actor pattern? #146

Open
mschuckmann opened this issue Nov 7, 2018 · 1 comment

Comments

@mschuckmann
Copy link

I find myself in the situation where I want to increase the HWM socket option on the PAIR sockets created by the azmq::actor pattern but I can't figure out how to do it since the actor_service code creates and binds or connects the sockets all in one go and you can't change the HWM option after a bind or connect.

Do I need to unbind/disconnect the sockets change the options and reconnect the sockets or what am I missing?

@rodgert
Copy link

rodgert commented Apr 22, 2019

This should be possible, let me do some digging.

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

2 participants