aspnetcore/test/Microsoft.AspNetCore.Signal...
ivankarpey 665f166d67 fix issue with incorrect user detection when Invoking for User (#747)
* 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
2017-10-06 11:58:18 -07:00
..
Internal Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs fix issue with incorrect user detection when Invoking for User (#747) 2017-10-06 11:58:18 -07:00
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs Rename With/GetTransportType to With/GetTransport 2017-09-13 09:46:17 -07:00
HubEndpointTests.cs fix issue with incorrect user detection when Invoking for User (#747) 2017-10-06 11:58:18 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Use PackageLineup to manage PackageReference versions 2017-09-01 16:34:32 -07:00
SignalRDependencyInjectionExtensionsTests.cs Enabling customizing serialization settings in MessagePack protocol 2017-09-21 15:30:23 -07:00
Startup.cs
TestClient.cs fix issue with incorrect user detection when Invoking for User (#747) 2017-10-06 11:58:18 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs