-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b110
-
Verified
SelectorManager is currently trying to register read and write events separately, but socket channels only support one registration per connection.
The implementation needs to track the interest ops itself and update that info as events are posted.
The implementation needs to track the interest ops itself and update that info as events are posted.