> On Aug 1, 2017, at 8:00 AM, [email protected] wrote: > > For a Couchbase lite based ios application, can we change the channels > property at run time? Lets suppose we setup pull replication with channels > that includes A & B. After setting up channels property we started pull > replication. If after this we want to include channel C to existing set (A & > B in this case), can we do it simply or do we require to stop pull > replication then update channels and then start replication again?
Changes to properties of a CBLReplication object don’t take effect until the replication is restarted. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/45197AD2-DD92-409E-9139-67ACFC383AF9%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
