Skip to content

C++: Disable Blocky Context Behaviour

Simon Spannagel requested to merge p-ctx-blocky into main

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