3 references to SendHubMessageAsync
Microsoft.AspNetCore.SignalR.Specification.Tests (3)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (3)
191return SendHubMessageAsync(new InvocationMessage(invocationId, methodName, args)); 202return SendHubMessageAsync(new StreamInvocationMessage(invocationId, methodName, args, streamIds)); 208return SendHubMessageAsync(message);