10 references to ResendAsync
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
599feature.OnReconnected(_messageBuffer.ResendAsync);
Microsoft.AspNetCore.SignalR.Tests (9)
Internal\MessageBufferTests.cs (9)
100var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 144await messageBuffer.ResendAsync(pipes.Transport.Output); 198await messageBuffer.ResendAsync(pipes.Transport.Output); 251await messageBuffer.ResendAsync(pipes.Transport.Output); 283await messageBuffer.ResendAsync(pipes.Transport.Output); 315await messageBuffer.ResendAsync(pipes.Transport.Output); 397await messageBuffer.ResendAsync(pipes.Transport.Output); 473var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 514var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output);