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 <sschmel...@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 <somdo...@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 <sschmel...@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@lists.zeromq.org
>>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev@lists.zeromq.org
>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to