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
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to