I am very close to finishing my OBX Sync project, but i need some answers to finish it.
- How can i restart sync? (for example the server IP address changes in the background, ). Currently i have to restart the whole app, to restart sync.
- How can i determine, when OBX finished sync on login? I will control the UI, and let show / control the user that all data are up-to-date / sync in progress. For example: user A went on vacation, and in the meantime his permissions are revoked. Since the user’s device was not connected to the server, these changes were not synced locally. When the user logs in again, during the synchronization the user’s data may be synchronized later than when he logged in, so he can log in even if he no longer exists on the server.
Thanks