Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KQSelectionKey.interestOps(...) must update events directly #15

Open
normanmaurer opened this issue Jun 9, 2016 · 1 comment
Open
Milestone

Comments

@normanmaurer
Copy link

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

@headius
Copy link
Member

headius commented Sep 28, 2016

Time to look into this for 0.14. Help?

marcuslinke pushed a commit to marcuslinke/jnr-enxio that referenced this issue Nov 8, 2016
headius added a commit that referenced this issue Dec 12, 2016
Fix issue #15 - KQSelectionKey.interestOps(...) must update events directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants