mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-28 02:12:33 -04:00
Refactor acknowledgment tracking in tests to use an `atomic.Int32` counter instead of a map. Replace fixed sleep with robust synchronization by waiting on `handlerStarted` signal for stream establishment.