mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-02 19:08:40 -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.