Martin Hurton wrote: > Hi Dmitri, > > I think this is a timing issue; you call connect() before the bind () > has finished. > Try to postpone the connect() call by 1 second.
You should rather call connect() _after_ bind(). That's more systematic solution. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
