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

AbstractNioWorker should create Selector in constructor #582

Closed
normanmaurer opened this issue Sep 3, 2012 · 2 comments
Closed

AbstractNioWorker should create Selector in constructor #582

normanmaurer opened this issue Sep 3, 2012 · 2 comments
Assignees
Milestone

Comments

@normanmaurer
Copy link
Member

At the moment we "lazy" create the Selector on AbstractNioWorker once a Channel was registered. I think it would make more sense to just create it in the constructor, this will also free us from some synchronzation and race-condition.

This should also fix: #395

@ghost ghost assigned normanmaurer Sep 3, 2012
normanmaurer added a commit that referenced this issue Sep 4, 2012
…annel to an AbstractNioWorker that was shutdown before. Part of #582
@normanmaurer
Copy link
Member Author

@trustin is this change to redical for a x.x.x release ? Maybe we should make the next release 3.6.0.Final ?

@trustin
Copy link
Member

trustin commented Sep 4, 2012

I think it's not that radical. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants