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 Make parsers stateless (#628) 2017-07-01 23:44:22 -07:00
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 Use Channel<byte[]> as the abstraction (#579) 2017-06-23 09:52:35 -07:00
EndToEndTests.cs Make Client Side Event Handlers Async (#610) 2017-06-28 22:39:59 -07:00
ForwardingLoggerProvider.cs
HubEndpointTests.cs Features everywhere (#639) 2017-07-06 11:27:16 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Add authorization per hub method (#577) 2017-06-23 10:22:05 -07:00
Microsoft.AspNetCore.SignalR.Tests.csproj Remove dependencies on a bunch of corefxlab things (#576) 2017-06-22 09:23:52 -07:00
ServerFixture.cs
TestClient.cs Features everywhere (#639) 2017-07-06 11:27:16 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs Always close websocket on server (#567) 2017-06-20 16:00:32 -07:00