fix
This commit is contained in:
parent
95760764a5
commit
c8f1787ea2
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user