[zeromq-dev] Zeromq draft multiple groups
Stefan Schmelz
sschmelz64 at gmail.com
Mon Jul 8 10:51:41 CEST 2019
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190708/948d0199/attachment.htm>
More information about the zeromq-dev
mailing list