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
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
In checkActiveTasks in CouchServer.m, the polling is stopped when an operation fails. Nevertheless, I was wondering how I was supposed to detect that I need to remove the observers from active tasks. Also, I'd like to detect the operation failure so that I can restart my one-shot pull replication. Nothing in the Replication KVO is triggered when the said operation fails.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
In
checkActiveTasks
inCouchServer.m
, the polling is stopped when an operation fails. Nevertheless, I was wondering how I was supposed to detect that I need to remove the observers from active tasks. Also, I'd like to detect the operation failure so that I can restart my one-shot pull replication. Nothing in the Replication KVO is triggered when the said operation fails.The text was updated successfully, but these errors were encountered: