* 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. |
||
|---|---|---|
| .. | ||
| Features | ||
| Internal | ||
| Properties | ||
| DefaultHubActivator.cs | ||
| DefaultHubLifetimeManager.cs | ||
| DynamicClientProxy.cs | ||
| DynamicHub.cs | ||
| DynamicHubClients.cs | ||
| Hub.cs | ||
| HubCallerContext.cs | ||
| HubConnectionContext.cs | ||
| HubConnectionList.cs | ||
| HubContext.cs | ||
| HubEndPoint.cs | ||
| HubLifetimeManager.cs | ||
| HubOptions.cs | ||
| Hub`T.cs | ||
| IClientProxy.cs | ||
| IGroupManager.cs | ||
| IHubActivator.cs | ||
| IHubClients.cs | ||
| IHubClients`T.cs | ||
| IHubContext.cs | ||
| ISignalRBuilder.cs | ||
| Microsoft.AspNetCore.SignalR.Core.csproj | ||
| Proxies.cs | ||
| SignalRBuilder.cs | ||
| SignalRDependencyInjectionExtensions.cs | ||
| SignalRSocketBuilderExtensions.cs | ||
| TypedClientBuilder.cs | ||
| TypedHubClients.cs | ||