* fix issue with incorrect user detection when Invoking for User * fix failed testcases * use proper extension method to avoid potential null reference exception * fix for channel name in redis version + follow SignalR team recommendations * remove unncessary freespace * remove whitespaces * introduce IUserIdProvider to resolve user id * Move IUserIdProvider from HubLifetimeManager to HubConnectionContext * setting user id to connection context in hubendpoint |
||
|---|---|---|
| .. | ||
| Internal | ||
| CancellationDisposable.cs | ||
| DefaultHubActivatorTests.cs | ||
| DefaultHubLifetimeManagerTests.cs | ||
| DefaultTransportFactoryTests.cs | ||
| EchoEndPoint.cs | ||
| EndToEndTests.cs | ||
| HubEndpointTests.cs | ||
| HubReflectionHelperTests.cs | ||
| MapSignalRTests.cs | ||
| Microsoft.AspNetCore.SignalR.Tests.csproj | ||
| SignalRDependencyInjectionExtensionsTests.cs | ||
| Startup.cs | ||
| TestClient.cs | ||
| UncreatableHub.cs | ||
| WebSocketsTransportTests.cs | ||