netbird/client/internal
Mikhail Bragin d7b69b91b9
Fix error when removing peer conn (#264)
When stopping engine, all peer conns have to be closed
and for each peer WireGuard iface is called
to remove WireGuard peer.
This operation happens in a goroutine causing
Engine to remove the whole WireGuard interface before.
Therefore consequent calls to RemovePeer are unsuccessful.
This fix just adds a small delay before removing interface.
2022-03-13 15:16:16 +01:00
..
peer Fix error when removing peer conn (#264) 2022-03-13 15:16:16 +01:00
proxy Remove Wireguard peer in no-proxy mode on Close (#247) 2022-03-02 14:50:22 +01:00
config.go Change Management Sync protocol to support incremental (serial) network changes (#191) 2022-01-16 17:10:36 +01:00
connect.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
engine_test.go Persist Network Serial to Store to avoid outdated netmap sent (#260) 2022-03-10 18:18:38 +01:00
engine.go Fix error when removing peer conn (#264) 2022-03-13 15:16:16 +01:00
login.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00
state.go Split client app into cmd and daemon service (#239) 2022-03-08 14:47:55 +01:00