-
-
Notifications
You must be signed in to change notification settings - Fork 70
LiveQuery: automatically try to reconnect after errors -1001 and -1011 #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
-1001 "The request timed out." -1011 "There was a bad response from the server."
Codecov Report
@@ Coverage Diff @@
## main #217 +/- ##
==========================================
- Coverage 83.59% 83.57% -0.02%
==========================================
Files 76 76
Lines 7259 7259
==========================================
- Hits 6068 6067 -1
- Misses 1191 1192 +1
Continue to review full report at Codecov.
|
Can you add an entry in the change log file: https://github.com/parse-community/Parse-Swift/blob/main/CHANGELOG.md Can you also add something more descriptive in the description of this PR: #217 (comment) |
reducing code length
@lsmilek1 thanks for your contribution! After updating the change log, we will merge your PR. |
Co-authored-by: Corey <[email protected]>
At certain scenarios when:
This eventually falls through the error check on the line 539 not attempting again.
Parse-Swift/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift
Lines 532 to 556 in 16cbcfa