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
Switched context header X-Parse-Context to X-Parse-Cloud-Context (#170)
* Switched context header X-Parse-Context to X-Parse-Cloud-Context to match server
* change min version in readme
* nit
* Update flaky LiveQuery test case
* Improve LiveQuery playgrounds and test cases
* Make ParseError CustomDebugStringConvertible
* Use web socket cancel codes when closing
* setup autoversioning WIP
* working version update
* use actions tag for framework build release number
* make all dummy versions 1.8.3
* update ParseConstants.swift manually
* Replace socket task instead of nil
* nit actions release doc
* nit
* Fix ParseLiveQueryCombineTests
* move update_build to scripts folder
* update cocoapods script in ci.yml
* fix jazzy docs to use tag for release number
* Add more details to error
* Improve error descriptions.
* nits
- Switched context header X-Parse-Context to X-Parse-Cloud-Context to match server ([#170](https://github.com/parse-community/Parse-Swift/pull/170)), thanks to [Corey Baker](https://github.com/cbaker6).
8
12
- Fixed a bug in LiveQuery that prevented reconnecting after a connection was closed. Also added a sendPing method to LiveQuery ([#172](https://github.com/parse-community/Parse-Swift/pull/172)), thanks to [Corey Baker](https://github.com/cbaker6).
message:"Need to open the websocket before it can be pinged.")
576
+
// swiftlint:disable:next line_length
577
+
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