1 write to _hubLifetimeManager
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
BroadcastBenchmark.cs (1)
28
_hubLifetimeManager
= new DefaultHubLifetimeManager<Hub>(NullLogger<DefaultHubLifetimeManager<Hub>>.Instance);
3 references to _hubLifetimeManager
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
BroadcastBenchmark.cs (3)
52
_hubLifetimeManager
.OnConnectedAsync(hubConnection).GetAwaiter().GetResult();
53
_hubLifetimeManager
.AddToGroupAsync(connection.ConnectionId, TestGroupName).GetAwaiter().GetResult();
58
_hubContext = new HubContext<Hub>(
_hubLifetimeManager
);