Skip to content

Commit 1fa051b

Browse files
authored
VZVirtualMachineInstance: Move event loop shutdown slightly up (#342)
This and the work on it should likely be gone before vm shutdown.
1 parent 056a909 commit 1fa051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Containerization/VZVirtualMachineInstance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ extension VZVirtualMachineInstance {
168168

169169
try await self.timeSyncer.close()
170170

171-
try await self.vm.stop(queue: self.queue)
172171
try await self.group.shutdownGracefully()
172+
try await self.vm.stop(queue: self.queue)
173173
}
174174
}
175175

0 commit comments

Comments
 (0)