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
Copy file name to clipboardExpand all lines: Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -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)\".")
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.")
0 commit comments