Code snippet below…..

                rc = zmq_msg_send(&zmqRequestMessage,pZmqSocket,0);
                if (rc) {
                        pResponse->rc = LZ_JEZRC_ZMQSENDFAILED;
                        pResponse->errnumber = errno;
                        break;
                }

In debug mode, I check the value of rc and get a value of 329, which just 
happens to be my message size.  Am I doing something wrong here.  Seems to be 
behaving like socket send, return #bytes sent.  Doc says rc should be 0.

Thank you

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to