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