Azure / Azure/DotNetty

SingleThreadEventExecutor shutdown takes long time(the timeout value:15s)

Open
#631 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.3k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

public static void Main(string[] args)
{
var executor = new SingleThreadEventExecutor("", TimeSpan.FromMilliseconds(1000));
executor.ShutdownGracefullyAsync().Wait();
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.