4 references to DropOldest
Aspire.Dashboard (1)
Telemetry\DashboardTelemetrySender.cs (1)
35
FullMode = BoundedChannelFullMode.
DropOldest
,
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
32
private readonly Channel<long> _waitForAck = Channel.CreateBounded<long>(new BoundedChannelOptions(1) { FullMode = BoundedChannelFullMode.
DropOldest
});
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
32
private readonly Channel<long> _waitForAck = Channel.CreateBounded<long>(new BoundedChannelOptions(1) { FullMode = BoundedChannelFullMode.
DropOldest
});
System.Threading.Channels (1)
System\Threading\Channels\ChannelOptions.cs (1)
89
case BoundedChannelFullMode.
DropOldest
: