> On Aug 24, 2014, at 3:40 AM, Sherry Ummen <[email protected]> wrote: > > Just to add more; the local write meaning write to sqlite db is also got > stuck.
Well, that's the problem then. It's not worth looking at replication issues if the docs aren't even making it to the local database. (There is no direct coupling between your PutProperties call and the replicator. The replicator observes change notifications from the local database, so if the local database didn't add the documents for some reason, the replicator won't push them.) I don't know how logging is configured in the CBL C# implementation, but you should probably be troubleshooting by enabling and looking at the local logs. —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/2F77B37B-5CD0-4DB2-B7E1-DEFE4C0814AA%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
