2 references to WaitForActiveConnectionAsync
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
1024var connectionStateTask = _state.WaitForActiveConnectionAsync(sendingMethodName, token); 1266var connectionState = await _state.WaitForActiveConnectionAsync(callerName, token: cancellationToken).ConfigureAwait(false);