forked from extern/smegmesh
main
- Not waiting in the waitgroup
This commit is contained in:
parent
dea6f1a22d
commit
27e00196cd
@ -191,6 +191,7 @@ func (s *SyncerImpl) SyncMeshes() error {
|
||||
|
||||
go sync()
|
||||
}
|
||||
wg.Wait()
|
||||
|
||||
logging.Log.WriteInfof("updating the WireGuard configuration")
|
||||
err := s.manager.ApplyConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user