Persist QUIC fabric closed evictions
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user