Skip to content

KQueueEventLoopGroup is ignored #1575

Closed
@jamel

Description

@jamel

Here it is

if (eventLoopGroup instanceof NioEventLoopGroup) {
channelFactory = NioSocketChannelFactory.INSTANCE;
} else {
channelFactory = getEpollSocketChannelFactory();
}

I just want to use native EventLoopGroup on MacOS.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions