Skip to content

netty: allow "single" event loop configuration #3771

@jknack

Description

@jknack

So the same eventloopgroup is used for accept and doing io operation.

ServerBootstrap.group(eventloop, eventloop);

The sever will option:

var server = new NettyServer();
server.setSingleEventLoopGroup(true | false);

Default will be false

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions