On Wed, Oct 19, 2011 at 4:03 AM, James Thornton <[email protected]> wrote: > Will someone please look at this and tell me why the worker recv() > socket is blocking on the first iteration "inside the worker loop"?: > > https://gist.github.com/1297366
You need to do bind() on one side rather than connect. Ian _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
