Skip to content

ZMQ_XPUB_VERBOSE backward compatibility broken in 4.2 #2820

@kikosha

Description

@kikosha

In zmq_setsockopts API v4.1 it says:

ZMQ_XPUB_VERBOSE: provide all subscription messages on XPUB sockets
Sets the XPUB socket behavior on new subscriptions and unsubscriptions. A value of 0 is the default and passes only new subscription messages to upstream. A value of 1 passes all subscription messages upstream.

In zmq_setsockopts API v4.2 it says:

ZMQ_XPUB_VERBOSE: pass subscribe messages on XPUB socket
Sets the XPUB socket behaviour on new subscriptions. If enabled, the socket passes all subscribe messages to the caller. If disabled, these are not visible to the caller. The default is 0 (disabled).

Obviously, this breaks the backward compatibility

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions