You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KQSelectionKey.interestOps(...) is currently implemented to just add "some object" to a list which will be processed when the kqueue unblocks. This is problematic if kqueue never unblocks. Update to the interestOps must be made directly via a kqueue call and not delayed as otherwise a channel may never receive the event it is interested in
The text was updated successfully, but these errors were encountered:
KQSelectionKey.interestOps(...) is currently implemented to just add "some object" to a list which will be processed when the kqueue unblocks. This is problematic if kqueue never unblocks. Update to the interestOps must be made directly via a kqueue call and not delayed as otherwise a channel may never receive the event it is interested in
The text was updated successfully, but these errors were encountered: