* Features everywhere - The goal here is to move things closer to the final design where ConnectionContext represents a very low level primitive that represents any connection like transport. As part of that change, we remove unnecessary properties like User and move those into features. They temporarily live in the same assembly but they are not required by ConnectionContext. - Used features for Hubs instead of Metadata - Metadata is no longer thread safe |
||
|---|---|---|
| .. | ||
| Formatters | ||
| Internal | ||
| CancellationDisposable.cs | ||
| DefaultHubActivatorTests.cs | ||
| DefaultTransportFactoryTests.cs | ||
| EchoEndPoint.cs | ||
| EndToEndTests.cs | ||
| ForwardingLoggerProvider.cs | ||
| HubEndpointTests.cs | ||
| HubReflectionHelperTests.cs | ||
| MapSignalRTests.cs | ||
| Microsoft.AspNetCore.SignalR.Tests.csproj | ||
| ServerFixture.cs | ||
| TestClient.cs | ||
| UncreatableHub.cs | ||
| WebSocketsTransportTests.cs | ||