C++: Disable Blocky Context Behaviour

By default the context blocks on termination with pending messages. We do not want this behavior but would like it to discard these message and end. Setting the cxtopt::blocky to 0 corresponds to seeting zmq::sockopt::linger to 0 on all sockets.

Merge request reports

Loading