aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 595f783857 Features everywhere (#639)
* 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
2017-07-06 11:27:16 -07:00
..
Formatters
Internal Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs Dynamic Hub Work Part 1 (#636) 2017-07-05 22:55:16 -07:00
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs
ForwardingLoggerProvider.cs
HubEndpointTests.cs Features everywhere (#639) 2017-07-06 11:27:16 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj
ServerFixture.cs
TestClient.cs Features everywhere (#639) 2017-07-06 11:27:16 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs