gonzalo diethelm wrote: > WinXP SP3, using Java binding and current (git) 0MQ2. > > I am creating a REQ socket and connecting it to "inproc://pipe". > Sometimes the zmq_connect() returns -1 and the error code is set to > 156384719, which zmq_strerror() prints out as "Unknown error". Anybody > can give me any hints to find out what's going on here?
It's ECONREFUSED. Win32 doesn't define that error code so 0MQ does it itself. However, zmq_strerror doesn't translate it to human readable stering. I'll fill up a ticket for the issue. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
