-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
When adding a socket to the PollSet, the resulting mode should be "cumulative", ie. adding a socket to the PollSet for read monitoring, then adding the same socket for write monitoring should result in socket being monitored for read and write.
When updating the socket, the new mode should overwrite completely any previous mode, ie. updating socket with read mode, the updating it with write mode should result in socket being monitored for write mode only.
Reactions are currently unavailable