You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSLocalizedDescriptionKey:"The live session lost connection to the server. Cause: \(underlyingError.localizedDescription)",
386
+
NSUnderlyingErrorKey: underlyingError,
387
+
]
388
+
}
389
+
}
390
+
368
391
/// The live session was closed, but not for a reason the SDK expected.
369
392
///
370
393
/// Check the `NSUnderlyingErrorKey` entry in ``errorUserInfo`` for the error that caused this.
371
-
// TODO: two common causes I can think of are api limits and network issues. I wonder if we can catch these somehow, as they seem common enough to surface as actual errors.
0 commit comments