aspnetcore/test/Microsoft.AspNetCore.Socket...
David Fowler 8da2dddd49 Fix issue where multiple calls to dispose don't wait properly (#360)
* Fix issue where multiple calls to dispose don't wait properly
- DisposeAsync returned immediately to anyone but the first caller.
This means that it was possible to end the request before properly
waiting on the transport task which means writing after dispose was possible.
- Added a test
2017-04-03 15:25:45 -07:00
..
ConnectionManagerTests.cs Fix issue where multiple calls to dispose don't wait properly (#360) 2017-04-03 15:25:45 -07:00
HttpConnectionDispatcherTests.cs Fix issue where multiple calls to dispose don't wait properly (#360) 2017-04-03 15:25:45 -07:00
LongPollingTests.cs
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs
WebSocketsTests.cs