-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Live Query Not Working Properly #1765
Comments
Thanks for opening this issue!
|
This is difficult to analyze further based on the information provided. It may well just be a connection issue in your environment. Not sure if we have integration tests in the SDK, but if we do it would be good if you could demonstrate the issue in a test? |
@mtrezza The Live Query Starter Project should be improved with integration tests and a simple chat bot. Live Query documentation is missing from the repo as well. |
I can make an addition to that problem. I changed my parse server version from 4.5.0 to 5.2.3 and our live socket connection in iOS become unstable. It effects other requests in SDK too. Live Query connection lost/reconnection phase is blocking casual SDK requests. |
We met the same problem with iOS-OSX SDK(version 2.7.3) and parse server version 5.4.2. And we can see following log message. And Android SDK(4.2.1) works properly. |
New Issue Checklist
Issue Description
Live query Added.
Subscription for all parse classes needed to listen for live data updates added.
Live query sometimes works and sometime did not.
Steps to reproduce
Actual Outcome
Live query not listening for live query events frequently
Expected Outcome
Expected to listen for all events for all classes
Environment
Client
2.7.3
Server
4.5.0
iOS
Remote
Database
MongoDB
n/a
Remote
The text was updated successfully, but these errors were encountered: