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