On Mon, Jul 25, 2011 at 4:14 PM, Kim Lester <[email protected]> wrote:

> I have code that executes the statement
>        zmq_connect(s, remote_endpoint);
> multiple times to create a multiple-endpoint event receiver.
> It works well.
>

I would create a second socket that connects to the occasional server and
just add that to a poll set, removing it and closing the socket when you're
done.

Ian
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to