2 instantiations of GroupProxy
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubClients.cs (1)
31return new GroupProxy<THub>(_lifetimeManager, groupName);
Internal\HubClients`T.cs (1)
38return TypedClientBuilder<T>.Build(new GroupProxy<THub>(_lifetimeManager, groupName));