aspnetcore/src
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
..
Common
Microsoft.AspNetCore.Http.Connections Make un-graceful shutdown a bit more graceful (#2748) 2018-08-07 21:39:09 -07:00
Microsoft.AspNetCore.Http.Connections.Client
Microsoft.AspNetCore.Http.Connections.Common
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core Honor InherentKeepAliveFeature for server timeout (#2727) 2018-08-06 10:37:12 -07:00
Microsoft.AspNetCore.SignalR.Common Revert "Merge branch 'master' into release/2.2" 2018-07-31 15:24:33 -07:00
Microsoft.AspNetCore.SignalR.Core Log when closing connection due to timeout (#2722) 2018-08-02 15:21:24 -07:00
Microsoft.AspNetCore.SignalR.Protocols.Json Revert "Merge branch 'master' into release/2.2" 2018-07-31 15:24:33 -07:00
Microsoft.AspNetCore.SignalR.Protocols.MessagePack Revert "Merge branch 'master' into release/2.2" 2018-07-31 15:24:33 -07:00
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.SignalR.Specification.Tests
Directory.Build.props