Skip to content

AbstractNioWorker should create Selector in constructor #582

@normanmaurer

Description

@normanmaurer

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions