Replace ConcurrentQueue<ClosedClient> with ClosedConnectionRingBuffer — a fixed-size ring buffer that overwrites oldest entries when full, eliminating the manual dequeue-to-cap loop. Adds TotalClosed lifetime counter, GetRecent(), and Clear(). Wires the ring buffer into NatsServer including capacity resize on config reload. Adds 10 unit tests covering capacity, ordering, wrapping, TotalClosed tracking, and Clear behavior.
7.4 KiB
7.4 KiB