• Ricardo Catalinas Jiménez's avatar
    Fix 1478: receive unsubscriptions in XPUB when verbose · ec5592db
    Ricardo Catalinas Jiménez authored
    Fixes not receiving unsubscription messages in XPUB socket with
    ZMQ_XPUB_VERBOSE and using a XSUB-XPUB proxy in front.
    
    This adds two modifications:
    
    - It adds a new flag, ZMQ_XPUB_VERBOSE_UNSUBSCRIBE, to enable verbose
      unsubscription messages, necessary when using a XSUB/XPUB proxy.
    
    - It adds a boolean switch to zmq::mtrie_t::rm () to control if the
      callback is invoked every time or only in the last removal. Necessary
      when a pipe is terminated and the verbose mode for unsubscriptions is
      enabled.
    ec5592db
Name
Last commit
Last update
..
zmq.h Loading commit data...
zmq_utils.h Loading commit data...