VZVirtualMachineInstance: Move event loop shutdown slightly up (#342)

This and the work on it should likely be gone before vm shutdown.
This commit is contained in:
Danny Canter
2025-10-22 14:35:18 -04:00
committed by GitHub
parent 056a909081
commit 1fa051bb69
@@ -168,8 +168,8 @@ extension VZVirtualMachineInstance {
try await self.timeSyncer.close()
try await self.vm.stop(queue: self.queue)
try await self.group.shutdownGracefully()
try await self.vm.stop(queue: self.queue)
}
}