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

tutanota (beta): EntityEventController.notificationReceived now takes array of update items, one item before #61

Closed
vladimiry opened this issue Oct 26, 2018 · 0 comments

Comments

@vladimiry
Copy link
Owner

vladimiry commented Oct 26, 2018

The change doesn't break the app completely but only affects the reactive event processing logic. Which means currently if any update happened the local app cache won't notice the change immediately. So local cache update reactivity got broken.

There are 3 events fetching triggers enabled and so local app cache still gets the updates but with 3 minutes lag:

  • reacting to the update - this one got broken
  • fetching every 3 minutes - this one is functional (ie it makes database get new updates)
  • fetching on window.online event - this one is functional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant