2 references to SendStreamInvocationAsync
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (2)
104var invocationId = await SendStreamInvocationAsync(methodName, streamIds, headers, args); 217return SendStreamInvocationAsync(methodName, streamIds: streamIds, headers: null, args);