I’ve got an error from the Android change tracker:
E/Router: Replicator error: java.lang.Exception: Change tracker stopped during continuous replication. Repl: com.couchbase.lite.replicator.Replication@23575ca1. Source: http://192.168.1.185:4986/sync_gateway, Target: pomochat_a93b4831-b50d-49da-9a6c-0562ef0fe600
{ source: 'http://192.168.1.185:4986/sync_gateway',
task: 'repl001',
status: 'Idle',
progress: 100,
continuous: true,
target: 'pomochat_a93b4831-b50d-49da-9a6c-0562ef0fe600',
error:
[ 400,
'java.lang.Exception: Change tracker stopped during continuous replication' ],
type: 'Replication' }
There doesn’t seem to be anything in the API that allows me to stop/start replication tasks.