-
Notifications
You must be signed in to change notification settings - Fork 43
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
Synchronization status #9
Comments
Have you tried SPBucketDelegate? I think you should be able get all buckets and write a wrapper using its delegate method. Haven't tried this myself yet. Update: Doesn't worked. I checked. |
Hi, are here some news in current Version? |
Fine-grained sync notifications are not yet available. |
Related: #136 |
As noted in #351, let's implement a simple and non expensive API to get the local pending changes, per bucket. |
We've implemented a simple API that allows access to bucket-level sync'ing stats:
Since this API might be expensive, it's an asynchronous call. Feedback / Requests will be very welcome. If needed, please, feel free to reopen this issue. Thank you! |
Currently there is no way to check if a sync is running or if finished successful. An API to check sync status and delegate methods to get informed about syncing process would be awesome
The text was updated successfully, but these errors were encountered: