Skip to content

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

@446744505

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions