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()