> On Aug 22, 2014, at 9:39 AM, Michael Hines <[email protected]> wrote:
> 
> Any ideas why I'm not getting any future change notifications?

Are you starting the replication on the main thread? If not:
        If you run it on a background thread, does it have an active runloop?
        Or if you're using a dispatch queue, have you set the CBLManager's 
dispatchQueue property?

Does the object that contains those two methods stay around long enough? If 
it's dealloced, it won't get any further notifications.

—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/E58B6DA8-30B1-4599-9875-29CB7CD24E3F%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to