This can be seen when a document in the _replicator database contains the following. The query key is set to "key".
"query_params": {
"key": "user"
}
}
You may have to delete your _replicator database to stop the replication loop even with "continuous": false.
The solution was to change the key from "key" to another label. In the example below it is changed to "mailbox".
"query_params": {
"mailbox": "user"
}
}
With this change the dreaded "error" :"changes_reader_died" was debugged and I could relax.