[zeromq-dev] ZMQ_LINGER doesn't seem to affect zmq_close and zmq_term

crocket crockabiscuit at gmail.com
Tue Mar 12 10:18:14 CET 2013


I have been using labview-zmq, which is LabVIEW binding for libzmq.

I used various socket types, and I explain what I got.

With ZMQ_LINGER set to 100, I sent a message and closed the socket and the
context immediately.

zmq_close and zmq_term both didn't wait for as long as ZMQ_LINGER.

I had to invoke something like sleep(100) before zmq_close.

Is there anything I don't understand?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130312/3e50b434/attachment.htm>


More information about the zeromq-dev mailing list