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

FindAllAsync doesn't trigger the INITIAL callback for Query-based Realms when offline #6235

Closed
cmelchior opened this issue Oct 18, 2018 · 1 comment
Assignees
Labels

Comments

@cmelchior
Copy link
Contributor

To reproduce:

  1. Use the objectServerExample
  2. Log into the app to create a user
  3. See that the changelistener for the async query is correctly called.
  4. Kill the app
  5. Go into offline mode
  6. Open the app again
  7. See that the listener for the async query isn't called when the query completes but is called when a write is made.
@cmelchior cmelchior self-assigned this Oct 18, 2018
@cmelchior cmelchior changed the title FindAllAsync doesn't trigger the INITIAL callback for Query-based Realms FindAllAsync doesn't trigger the INITIAL callback for Query-based Realms when offline Oct 18, 2018
@cmelchior
Copy link
Contributor Author

Fixed in #6236

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant