See inline responses below:
> How can it go back to 2 / 2 changes once it has hit 2 / 3 changes ? > > That's definitely a bug. Can you file a github issue here <https://github.com/couchbase/couchbase-lite-java-core> and mention: * Is it a pull or push replication? * Which version of Couchbase Lite are you using? (or a link to where you downloaded it and I can probably figure out from there) * Is this sync'ing with a CouchDB database or a Sync Gateway? * Is it possible to put the database or an equivalent database on a public URL so that we can test against it and try to reproduce the issue? > The changes feed for documents only sends data when it changes, the > active_tasks is different in that it sends data continuously. > When I turn off access to the internet the stream of continuous responses > stops. > I'm not sure I understand this, can you describe it in more details? Are you saying that the HTTP response never finishes? > > How do I detect the various different states that the replication is in > with the active_tasks API ? > Idle when there isn't a change ? > Active when changes are not equal ? > and Stopped when the stream stops ? > > How do I know if a change has completed ? > do I track the number of changes I have made and compare that to the > number of changes completed ? > > On Monday, 10 November 2014 11:12:03 UTC-8, Jens Alfke wrote: >> >> >> > On Nov 10, 2014, at 10:56 AM, Dominique <[email protected]> wrote: >> > >> > What I would like to see is access to the Replication Change Listener >> through the REST API, similar to the Document Change Listener. >> >> If you add "?feed=continuous" to _active_tasks it'll send push updates >> just like the _changes feed. >> >> —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/24bf3b32-bb3a-4df4-ac5e-78481382345d%40googlegroups.com > <https://groups.google.com/d/msgid/mobile-couchbase/24bf3b32-bb3a-4df4-ac5e-78481382345d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CACSSHCFALrqTteDwJqfVA43pcqHOY02Tu23JXdEgf%3DQ2tL7Lng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
