fix SuperClient
This commit is contained in:
parent
c74205f9a6
commit
28d23b3f8d
@ -82,7 +82,7 @@ actor SDLSuperService {
|
||||
|
||||
let onMessage = self.onMessage
|
||||
group.addTask {
|
||||
for try await message in await superClient.messageStream {
|
||||
for try await message in superClient.messageStream {
|
||||
try Task.checkCancellation()
|
||||
await onMessage(message)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user