We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2f30b commit dba4ef2Copy full SHA for dba4ef2
1 file changed
doc/zmq_close.txt
@@ -29,6 +29,9 @@ NOTE: The default setting of _ZMQ_LINGER_ does not discard unsent messages;
29
this behaviour may cause the application to block when calling _zmq_ctx_term()_.
30
For details refer to linkzmq:zmq_setsockopt[3] and linkzmq:zmq_ctx_term[3].
31
32
+NOTE: This API will complete asynchronously, so not everything will be deallocated
33
+after it returns. See above for details about linger.
34
+
35
36
RETURN VALUE
37
------------
0 commit comments