Unverified Commit 60cca513 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3593 from jean-airoldie/doc_poller

Problem: behavior of closing a socket registered...
parents c83fa747 1bd94a97
......@@ -134,6 +134,9 @@ and stores it in the address pointer to by 'fd'.
The zmq_poller is only guaranteed to have a file descriptor if
at least one thread-safe socket is currently registered.
Note that closing a socket that is registered in a poller leads to undefined
behavior. The socket must be unregistered first.
EVENT TYPES
-----------
......
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