mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
* More info on conflate queue
This commit is contained in:
parent
b0d9a5a2d5
commit
83e1712d67
@ -128,6 +128,10 @@ to be sent. Ignores 'ZMQ_RCVHWM' and 'ZMQ_SNDHWM' options. Does not
|
||||
support multi-part messages, in particular, only one part of it is kept
|
||||
in the socket internal queue.
|
||||
|
||||
NOTE: If recv is not called on the inbound socket, the queue and memory will
|
||||
grow with each message received. Use linkzmq:zmq_getsockopt[3] with ZMQ_EVENTS
|
||||
to trigger the conflation of the messages.
|
||||
|
||||
[horizontal]
|
||||
Option value type:: int
|
||||
Option value unit:: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user