Files
netbird/client/internal
Zoltan Papp 21464ac770 [client] Fix close WireGuard watcher (#3598)
This PR fixes issues with closing the WireGuard watcher by adjusting its asynchronous invocation and synchronization.

Update tests in wg_watcher_test.go to launch the watcher in a goroutine and add a delay for timing.
Modify wg_watcher.go to run the periodic handshake check synchronously by removing the waitGroup and goroutine.
Enhance conn.go to wait on the watcher wait group during connection close and add a note for potential further synchronization
2025-03-28 20:12:31 +01:00
..
2023-12-18 11:46:58 +01:00
2024-05-30 17:22:58 +02:00
2025-03-10 13:32:12 +01:00
2025-02-21 12:52:04 +01:00
2023-04-13 17:00:01 +02:00
2025-02-21 10:19:38 +01:00