Replace Starscream with URLSessionWebSocketTask

Changelog-Fixed: Fix slow reconnection issues
This commit is contained in:
Bryan Montz
2023-04-13 09:12:16 -05:00
committed by William Casarin
parent 6ac68b5a73
commit 0e94c48e26
11 changed files with 175 additions and 126 deletions

View File

@@ -127,7 +127,7 @@ struct SaveKeysView: View {
case .error(let err):
self.loading = false
self.error = "\(err.debugDescription)"
self.error = String(describing: err)
default:
break
}