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?
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?