Server. Fix server close error
sgrebnov opened this issue · 1 comments
sgrebnov commented
After making HttpSocketServer .ctr not to block the calling thread the following error was found when HttpSocketServer.Dispose is called.
Cannot access a disposed object.Object name: 'System.Net.Sockets.Socket'
Repro steps
- Update to the latest DevBranch codebase
- Run Tests\Http2.Owin.Server.WebApi.Tests\Http2.Owin.Server.WebApi.Tests
- Press enter
Expected: server is closed with no error
Actual: the error above is raised
sgrebnov commented
Verified, closing