aspnetcore/src
David Fowler a93e4be82f Added Cancellation support (#897)
* Added Cancellation support
- Added ConnectionAbortedToken to the HubConnectionContext. This allows
arbitrary code to access a handle that represents the connection lifetime
without handling OnDisconnectedAsync on the hub itself.
- Expose Abort on HubConnectionContext to allow server side methods to
abort the connection.
- Use the Abort to stop the main loop when unexpected invocation errors happen.
- Use the connection aborted token as unsubscribe from the IObservable and to complete
the IAsyncEnumerator for streaming results.
2017-09-18 12:47:38 -07:00
..
Common
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client Rename With/GetTransportType to With/GetTransport 2017-09-13 09:46:17 -07:00
Microsoft.AspNetCore.SignalR.Client.Core Made tweaks to .NET client logging API (#869) 2017-09-13 09:18:06 -07:00
Microsoft.AspNetCore.SignalR.Common MessagePack Serialization fixes 2017-09-13 08:50:04 -07:00
Microsoft.AspNetCore.SignalR.Core Added Cancellation support (#897) 2017-09-18 12:47:38 -07:00
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets
Microsoft.AspNetCore.Sockets.Abstractions
Microsoft.AspNetCore.Sockets.Client.Http Reduce C# client logging and add HubProtocol log (#857) 2017-09-12 13:45:11 -07:00
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http Make sure socket closed is logged 2017-09-15 11:03:51 -07:00
Directory.Build.props