[zeromq-dev] Zeromq draft multiple groups

Doron Somech somdoron at gmail.com
Mon Jul 8 11:42:33 CEST 2019


You might have the late join problem.
Try send multiple messages in a loop.
Can you provide the code?

On Mon, Jul 8, 2019, 12:36 Stefan Schmelz <sschmelz64 at gmail.com> wrote:

> I am already using radio and dish, but in my test only the group i last
> joined is recieved.
>
> Am Mo., 8. Juli 2019 um 11:20 Uhr schrieb Doron Somech <somdoron at gmail.com
> >:
>
>> You need to use radio-dish.
>>
>> Also, it is exact match and not prefix match.
>>
>> On Mon, Jul 8, 2019, 11:53 Stefan Schmelz <sschmelz64 at gmail.com> 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
>>> zeromq-dev at lists.zeromq.org
>>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190708/7a2d8eb2/attachment.htm>


More information about the zeromq-dev mailing list