This commit is contained in:
anlicheng 2025-08-20 19:38:38 +08:00
parent 5d87075108
commit 8932fc8b9d

View File

@ -161,11 +161,6 @@ public class SDLContext: @unchecked Sendable {
}
}
Task {
try await Task.sleep(for: .seconds(20))
self.rootTask?.cancel()
}
try await self.rootTask?.value
}