Commit 83e1712d authored by jamesdillonharvey's avatar jamesdillonharvey Committed by Luca Boccassi

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

* More info on conflate queue
parent b0d9a5a2
...@@ -128,6 +128,10 @@ to be sent. Ignores 'ZMQ_RCVHWM' and 'ZMQ_SNDHWM' options. Does not ...@@ -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 support multi-part messages, in particular, only one part of it is kept
in the socket internal queue. 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] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: boolean Option value unit:: boolean
......
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