On Tue, Jan 31, 2012 at 10:58 PM, Justin Karneges <jus...@affinix.com>wrote:

> On Tuesday, January 31, 2012 02:42:48 PM Justin Karneges wrote:
> > I'm observing the behavior that when I send to a PUSH socket I've set to
> > bind (as opposed to connect), without any peer existing yet, that the
> send
> > call blocks instead of backgrounding.
>
> It seems to be bind-specific.  This code hangs, after only printing the
> first
> message:
>
>
It's because zeromq creates the internal queue on the first connection, so
there's nothing there at bind time to push to.

Ian
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to