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