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!