You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: