Persist QUIC fabric closed evictions

This commit is contained in:
2026-05-16 12:48:32 +03:00
parent 28c26a5103
commit 49bc003193
3 changed files with 49 additions and 0 deletions
@@ -354,6 +354,7 @@ func (t *QUICFabricTransport) Snapshot() QUICFabricTransportSnapshot {
select {
case <-entry.conn.Context().Done():
delete(t.conns, key)
t.stats.ClosedEvicted++
snapshot.Stats.ClosedEvicted++
default:
snapshot.ActiveCount++