Closed kromg closed 10 years ago
doc patches welcome.
Yes, sir. Pull request coming up.
@kromg Thank you! Do you need a release (for whatever reason) or can I sit on this change for a while, since it's just a doc tweak?
@lestrrat No need to release immediately, thanks.
Had forgotten to close this
The doc says zmq_zmg_recv() returns 0 upon success, but it actually returns the number of read bytes - as stated also in the ZMQ reference documentation: "The zmq_msg_recv() function shall return number of bytes in the message if successful." (http://api.zeromq.org/3-2:zmq-msg-recv).