mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Merge pull request #3593 from jean-airoldie/doc_poller
Problem: behavior of closing a socket registered...
This commit is contained in:
commit
60cca513a1
@ -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
|
||||
-----------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user