This commit is contained in:
anlicheng 2025-08-03 01:13:52 +08:00
parent 95760764a5
commit c8f1787ea2

View File

@ -101,7 +101,7 @@ actor SDLSuperClient {
group.addTask {
while true {
try Task.checkCancellation()
await self.ping()
//await self.ping()
try Task.checkCancellation()
try await Task.sleep(nanoseconds: 5 * 1_000_000_000)
try Task.checkCancellation()