* Replace ConnectionContext with HubConnectionContext - The SocketDelegate implementation owns the transport pipe, it's a single producer single consumer model. SignalR needs to support multiple producers so that broadcast, return values and sending to individual connections works. This change introduces a multi producer channel that is used by all producers to copy data to the transport safely. This will make the move to pipelines easier. |
||
|---|---|---|
| .. | ||
| 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 | ||