I am looking for a sanity check.
I am using filtered pull replication and I can't seem to update the filter gracefully. I can update the array used for the filter and I can see the changes on the replication object via ".getChannels".
However, the new channel docs do not replicate down. I am currently having to recreate the object to get the added channel's to work. This doesn't seem right though. Anyone able to update the filter successfully on android CBL without having to recreate the pull replication object?
Thanks in advance,
-Justin
P.S. I'm trying to work around the below github issue and found that if I first filter newly added channel's I can consistently pull down docs which I can't reliably do otherwise.