11 references to ResendAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
641feature.OnReconnected(_messageBuffer.ResendAsync);
Microsoft.AspNetCore.SignalR.Tests (10)
Internal\MessageBufferTests.cs (10)
103var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 148await messageBuffer.ResendAsync(pipes.Transport.Output); 203await messageBuffer.ResendAsync(pipes.Transport.Output); 257await messageBuffer.ResendAsync(pipes.Transport.Output); 289await messageBuffer.ResendAsync(pipes.Transport.Output); 322await messageBuffer.ResendAsync(pipes.Transport.Output); 406await messageBuffer.ResendAsync(pipes.Transport.Output); 483var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 525var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 587var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output);