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
..
2022-03-10 18:14:07 +01:00
2021-09-06 10:20:26 +02:00
2021-11-15 09:11:50 +01:00
2021-09-06 10:20:26 +02:00