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