Skip to content

Stop() doesn't work. #107

@jpschw

Description

@jpschw

When I invoke the Stop() method on an instance of WebSocketServer, the connection stays open.

var server = new WebSocketServer(81, IPAddress.Any)
{
    ...
};
server.Start();
Thread.Sleep(1000);
server.Stop();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions