fix: remove redundant await in CanvasManager
This commit is contained in:
parent
90eb8a1234
commit
ea1dfbc89d
@ -144,7 +144,7 @@ final class CanvasManager {
|
||||
guard let self else { return }
|
||||
let stream = await GatewayConnection.shared.subscribe(bufferingNewest: 1)
|
||||
for await push in stream {
|
||||
await self.handleGatewayPush(push)
|
||||
self.handleGatewayPush(push)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user