You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to figure out how to know when a write query (insert, update, delete) has finished such that a subsequent read query will reflect that change.
Looking at the unit tests, internally it is possible to specify the synchronization mode, but is there a way to do that as a client? Or is there another way to accomplish this (other than polling for the change, of course)?
Thanks!
The text was updated successfully, but these errors were encountered:
I've been trying to figure out how to know when a write query (insert, update, delete) has finished such that a subsequent read query will reflect that change.
Looking at the unit tests, internally it is possible to specify the synchronization mode, but is there a way to do that as a client? Or is there another way to accomplish this (other than polling for the change, of course)?
Thanks!
The text was updated successfully, but these errors were encountered: