mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-08 15:23:58 +02:00
The fixed 100ms sleep was too short for sendLoop goroutines to drain under the race detector's scheduling overhead, causing intermittent count=4/want=5 failures. Replace with a 2s polling loop that exits as soon as all sessions report delivery.