2 references to StreamAsync
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4421var messagePromise = client.StreamAsync(nameof(StreamingHub.StreamEcho), new[] { streamId }, Array.Empty<object>()).DefaultTimeout();
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
93return StreamAsync(methodName, streamIds: null, args);