websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

Deadlock on HttpServer.Stop

Open EgorBakanov opened this issue 3 years ago • 0 comments

If we stop HttpServer while processing request in HttpConnection it can deadlock itself.

HttpServer.Stop

image

HttpConnection.onRead

image

EgorBakanov avatar May 26 '22 10:05 EgorBakanov