aspnetcore/test
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
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Client.Tests
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests React to CoreFx byte[] slice 2017-04-03 11:45:00 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests
Microsoft.AspNetCore.Sockets.Tests Fix issue where multiple calls to dispose don't wait properly (#360) 2017-04-03 15:25:45 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests React to CoreFx byte[] slice 2017-04-03 11:45:00 -07:00
WebSocketsTestApp