Hi all. I'm finding that a couchbase-lite android app (on phonegap) is having it's pull replications fail silently. I had a simultaneous push replication working fine.
I've got 3 questions here. 1) is a continuous replication supposed to stay alive no matter what? (In couchdb, by default it tries 10 times then dies.) 2) how do I know if it's died? 3) How likely is it the liteServer that's the problem here, and would I be better off handling the replications in java? What I did: * start a continuous pull replication (POST to /_replicate) * turn off wifi * wait on hour * turn on wifi What I observed: * GET /_active_tasks returns the replication info with no error. * any changes made on the server have not been replicated. * after restarting the application, the replication works. -- 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/c67d7840-b61c-4e22-915e-880129e3e7e1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
