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