I know we can filter out the messages containing a keyword at the start of message, using -
`zmq.setsocketopt(zmq.SUBSCRIBE, <keyword>)` But how do I use this in reverse logic i.e., how do I **exclude** all messages containing that keyword? Related GitHub issue
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
