fix(mac): disable smoothing and await watchdog
This commit is contained in:
@@ -38,7 +38,9 @@ private actor GatewayChannelActor {
|
||||
init(url: URL, token: String?) {
|
||||
self.url = url
|
||||
self.token = token
|
||||
self.startWatchdog()
|
||||
Task { [weak self] in
|
||||
await self?.startWatchdog()
|
||||
}
|
||||
}
|
||||
|
||||
private func startWatchdog() {
|
||||
|
||||
Reference in New Issue
Block a user