Commit 12a648db authored by Pieter Hintjens's avatar Pieter Hintjens

Specified that it's safe to call zmq_msg_more after zmq_msg_close

parent ef186fe1
...@@ -15,7 +15,8 @@ SYNOPSIS ...@@ -15,7 +15,8 @@ SYNOPSIS
DESCRIPTION DESCRIPTION
----------- -----------
The _zmq_msg_more()_ function indicates whether this is part of a multi-part The _zmq_msg_more()_ function indicates whether this is part of a multi-part
message, and there are further parts to receive. message, and there are further parts to receive. This method can safely be
called after _zmq_msg_close()_.
RETURN VALUE RETURN VALUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment