You need to use radio-dish. Also, it is exact match and not prefix match.
On Mon, Jul 8, 2019, 11:53 Stefan Schmelz <[email protected]> wrote: > We are using the draft api and need to subscribe to multiple groups. > > I tried using something like this: > > zmq_join(this->socket, this->groupName1.c_str()); > zmq_join(this->socket, this->groupName2.c_str()); > > This code does not seem to work like a setsocketopt for package filters. > > Did I do something wrong? Do I need to do something extra to make it work? > _______________________________________________ > zeromq-dev mailing list > [email protected] > https://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
