mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Specified that it's safe to call zmq_msg_more after zmq_msg_close
This commit is contained in:
parent
ef186fe15b
commit
12a648db07
@ -15,7 +15,8 @@ SYNOPSIS
|
||||
DESCRIPTION
|
||||
-----------
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user