From c8f1787ea215418af672b500fd961fd5976f7265 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sun, 3 Aug 2025 01:13:52 +0800 Subject: [PATCH] fix --- Sources/Punchnet/SDLSuperClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Punchnet/SDLSuperClient.swift b/Sources/Punchnet/SDLSuperClient.swift index 4688351..6986c8f 100644 --- a/Sources/Punchnet/SDLSuperClient.swift +++ b/Sources/Punchnet/SDLSuperClient.swift @@ -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()