aspnetcore/test
David Fowler 5e7f63b096
Make un-graceful shutdown a bit more graceful (#2748)
* Make un-graceful shutdown a bit more graceful
- Change how graceful shutdown is done to ensure there are no errors on shutdown.
- Avoid closing pipes from under other components that own those pipes.
- Close the application output so that the application's read loop ends gracefully. For websockets, we cancel the token, for other transports, we close the output directly.
2018-08-07 21:39:09 -07:00
..
Microsoft.AspNetCore.Http.Connections.Tests Make un-graceful shutdown a bit more graceful (#2748) 2018-08-07 21:39:09 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Fix flaky test (#2739) 2018-08-06 19:16:52 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Honor InherentKeepAliveFeature for server timeout (#2727) 2018-08-06 10:37:12 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Revert "Merge branch 'master' into release/2.2" 2018-07-31 15:24:33 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests Skip Redis tests on macOS (#2740) 2018-08-07 10:20:11 -07:00
Microsoft.AspNetCore.SignalR.Tests Don't send WebSocketCloseStatus.Empty, it's invalid (#2716) 2018-08-02 09:09:25 -07:00
Microsoft.AspNetCore.SignalR.Tests.Utils Merge branch 'release/2.1' into release/2.2 2018-08-07 14:36:44 -07:00
Directory.Build.props
xunit.runner.json