mirror of
https://github.com/netbirdio/netbird.git
synced 2026-02-04 14:01:49 +00:00
* Refactor peer state change subscription mechanism Because the code generated new channel for every single event, was easy to miss notification. Use single channel. * Fix lint * Avoid potential deadlock * Fix test * Add context * Fix test