• Pieter Hintjens's avatar
    Problem: ZMQ_XPUB_VERBOSE_UNSUBSCRIBE is clumsy · 7f6ed167
    Pieter Hintjens authored
    This option has a few issues. The name is long and clumsy. The
    functonality is not smooth: one must set both this and
    ZMQ_XPUB_VERBOSE at the same time, or things will break mysteriously.
    
    Solution: rename to ZMQ_XPUB_VERBOSER and make an atomic option.
    
    That is, implicitly does ZMQ_XPUB_VERBOSE.
    7f6ed167
xpub.cpp 9.13 KB