• Christian Kamm's avatar
    Add ZMQ_REQ_SEND_RESETS option. · a0cc87a9
    Christian Kamm authored
    This allows making a new request on a REQ socket by sending a new
    message. Without the option set, calling send() after the first message
    is done will continue to return an EFSM error.
    
    It's useful for when a REQ is not getting a response. Previously that
    meant creating a new socket or switching to DEALER.
    a0cc87a9
Makefile.am 3.09 KB