2 references to AbortHub
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (2)
149
var connectionHandler = serviceProvider.GetService<HubConnectionHandler<
AbortHub
>>();
155
await client.SendInvocationAsync(nameof(
AbortHub
.Kill)).DefaultTimeout();