couchbaselabs / TouchDB-Android

CouchDB-compatible mobile database; Android version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touch DB Android monitor end of replication

aatwgen opened this issue · comments

To build a mechanism to monitor the replication progress. Current method is to make the thread wait until replication is over. This may land up in an endless loop.

Discussions over here:
https://groups.google.com/forum/?hl=en&fromgroups=#!topic/mobile-couchbase/epp16Afu8NQ

This is working, there are unit tests that use this approach.