no mutation signaled if a scope changes async #164
Labels
bug
Something isn't working
ready-to-release
Internal Use Only: Has been fixed, specs passing and pushed to edge branch
Milestone
if a remote delete is received everything works except observers of the scope are not notified.
This because collections never notify while data is loading (not sure why)
It seems though that the only broken case is when a nested scope is updated by an async notification. So a workaround is to add this code
immediately after
in server_data_cache.rb
The text was updated successfully, but these errors were encountered: