2 references to HubLifetimeContext
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
99
var context = new
HubLifetimeContext
(connection.HubCallerContext, scope.ServiceProvider, hub);
134
var context = new
HubLifetimeContext
(connection.HubCallerContext, scope.ServiceProvider, hub);