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
message:"Attempted to open socket \(self.attempts) time(s)")
535
+
message:"ParseLiveQuery Error: attempted to open socket \(self.attempts) time(s)")
536
536
completion(error)
537
537
}
538
538
}
@@ -572,7 +572,7 @@ extension ParseLiveQuery {
572
572
}else{
573
573
leterror=ParseError(code:.unknownError,
574
574
// swiftlint:disable:next line_length
575
-
message:"Socket status needs to be \"\(URLSessionTask.State.running.rawValue)\" before pinging server. Current status is \"\(self.task.state.rawValue)\". Try calling \"open()\" to change socket status.")
575
+
message:"ParseLiveQuery Error: socket status needs to be \"\(URLSessionTask.State.running.rawValue)\" before pinging server. Current status is \"\(self.task.state.rawValue)\". Try calling \"open()\" to change socket status.")
0 commit comments