Update conflate docs to cover issue #3171 (#3175)

* More info on conflate queue
This commit is contained in:
jamesdillonharvey 2018-06-26 10:49:36 +01:00 committed by Luca Boccassi
parent b0d9a5a2d5
commit 83e1712d67

View File

@ -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