sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server

Home Page:http://sta.github.io/websocket-sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deadlock on HttpServer.Stop

EgorBakanov opened this issue · comments

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

HttpServer.Stop

image

HttpConnection.onRead

image