[zeromq-dev] zyre question

Pieter Hintjens ph at imatix.com
Thu Jun 25 08:52:06 CEST 2015


This is a catch-22, you are trying to bootstrap the gossip network
using zyre which needs the gossip network to start...

You should bind a fixed inproc endpoint, and use that to kick off the
gossip discovery.

On Thu, Jun 25, 2015 at 1:59 AM, Kalyan Bade <kalyanbade at gmail.com> wrote:
> Howdy folks,
>
> We recently started using zyre for our inter-thread communications (where
> threads come and go and are discovered through zyre using inproc comm). I
> have a requirement where I need to know when a particular thread joins the
> global chat group. I was using the JOIN message and the sender-id from the
> message to determine this. But, I don't see this message coming to the
> thread which does the gossip-bind. Is this expected? Is there any other way
> for the gossip-bind thread to get this JOIN message?
>
> Thanks in advance..
> - Kalyan
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>



More information about the zeromq-dev mailing list