-
-
Notifications
You must be signed in to change notification settings - Fork 70
ParseLiveQuery checks all states of a websocket #207
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
Codecov Report
@@ Coverage Diff @@
## main #207 +/- ##
==========================================
- Coverage 83.08% 82.82% -0.27%
==========================================
Files 76 76
Lines 7224 7242 +18
==========================================
- Hits 6002 5998 -4
- Misses 1222 1244 +22
Continue to review full report at Codecov.
|
* ParseLiveQuery checks all states of a websocket * Added completion handler to resumeTask * remove some changes to resumeTask * Update .codecov.yml * Remove extra receives * Add closeAll back * remove delegate if needed * Call open when error received * Call open when attempting to reconnect to add delay * Remove closeAll test. LiveQuery test a little flaky
* Add docs for defaultDataDirectoryPath * ParseLiveQuery checks all states of a websocket (#207) * ParseLiveQuery checks all states of a websocket * Added completion handler to resumeTask * remove some changes to resumeTask * Update .codecov.yml * Remove extra receives * Add closeAll back * remove delegate if needed * Call open when error received * Call open when attempting to reconnect to add delay * Remove closeAll test. LiveQuery test a little flaky * Fix changelog * Update .codecov.yml
Check states of WebSocket during a not connected error and proceed accordingly.