Skip to content
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

Inconsistencies with live query #2123

Closed
kajensen opened this issue Jun 22, 2016 · 1 comment
Closed

Inconsistencies with live query #2123

kajensen opened this issue Jun 22, 2016 · 1 comment

Comments

@kajensen
Copy link

I've noticed some inconsistencies with the live query implementation and am curious if anyone has any insight. For a node js web app with client side javascript subscriptions, usually (haven't really noticed any tangible reproduction steps as to why it doesn't work- but usually occurs after numerous (100+) subscription events with multiple objects) pointer columns are included with their data so no additional calls/local cacheing is necessary. With the iOS live query client nothing is ever included- regardless of the query. Why is this? I noticed #1686 but I'm certain that it (usually) works already with a JS client.

It would be awesome if includes were fully supported in live queries!

@hramos
Copy link
Contributor

hramos commented Jun 22, 2016

Hey @kajensen, it seems like several issues are being discussed here. It would be helpful to split this into individual, actionable issues.

Given that the behavior changes across SDK clients, it may be possible that these are SDK issues rather than Parse Server issues.

If you are able to reproduce the issue where a client side JavaScript SDK subscription does not include a pointer, please open a new issue against the JavaScript SDK with detailed repro steps.

For iOS, please open a new issue against the iOS SDK with additional details such as the iOS SDK version and Parse Server version the issue was reproduced with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants