> On Aug 19, 2016, at 8:27 AM, Nick Pomfret <[email protected]> wrote: > > The replicators were created using the REST api (from a react-native app). > I want to resume them so tried writing a bit of objective-c to do it as there > doesn't seem to be a way using the REST API.
The implementation of the REST API doesn’t create CBLReplication objects — it calls into the lower level internal replicator class (CBL_Replicator). That means the public Obj-C API won’t see replications created by the REST API. That doesn’t sound like a great design, now that I write it down like this, but it’s never come up as a problem before … :-/ I think we’ll need to add something to the REST API to allow you to unsuspend replications. Is there an issue covering this? —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/7A1A53B6-B73A-4316-8D25-3DF9FA46BA83%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
