2 references to SendStreamItemAsync
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
945await SendStreamItemAsync(connectionState, streamId, item, tokenSource).ConfigureAwait(false); 960await SendStreamItemAsync(connectionState, streamId, streamValue, tokenSource).ConfigureAwait(false);