mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-29 10:52:38 -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.