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
This is an issue we are also facing on Android with a continuous replication over HTTPS. From what we understand, the connection is closed after it has been idle for some time. However, on Android, the replication starts again after this error, then the error appears, then it starts again...
On iOS, we face a similar issue but the connection is killed silently, i.e. we do not get any error message and the replication does not recover from the error since it is not even detected.
The workaround we use so far is to automatically restart the replication after it has been idle for 50 seconds so we avoid the connexion being closed unintentionally.
This appears to be an open issue with couchbase-lite-android: couchbase/couchbase-lite-android#330
I've subscribed to that issue and will update the module when the underlying library is fixed. A temporary workaround might be to use one-shot replication (continuous=false) and trigger it periodically via a timer.
Running into some errors with replication.
Gives me the following errors after a minute or two
The error messages will appear every few minutes.
Removing authentication with
Still throws the 'ChangeTracker' error. In both instances replication of changes still work.
Setting continuous to FALSE then no more error.
The text was updated successfully, but these errors were encountered: