On 19/01/2012, at 1:03 AM, Martin Sustrik wrote: >> >> ~/felix>./hwserver >> hwserver, Felix version >> 156384763 Operation cannot be accomplished in current state > > That means you've sent two subsequent message to a REQ socket, instead of > waiting for a reply, or a similar problem.
Yes, I did that because I got EAGAIN. If I take out the loop on EAGAIN, I get .. well I get EAGAIN (code 35 on OSX). Note: I only get this problem when the client sends the message to the server, so the server IS reading the message .. well, its doing something in response to the message from the client. -- john skaller [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
