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 Client pings server on interval (#2309) 2018-05-23 13:53:23 -07:00
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 Add connection ID scope to HubConnection (#2394) 2018-06-01 11:12:51 +12:00
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 Removed extra reference to Internal.AspNetCore.Sdk (#2475) 2018-06-12 16:12:52 -07:00
Directory.Build.props Create a Public Test Suite for HubLifetimeManager implementations (#2353) 2018-06-06 16:59:55 -07:00