> On Nov 11, 2014, at 2:08 PM, Traun Leyden <[email protected]> wrote: > > I'm not sure I understand this, can you describe it in more details? Are you > saying that the HTTP response never finishes?
He's using GET /_active_tasks?feed=continuous — this is an enhancement Chris and I came up with that provides a "push" style REST API to replication progress. Just like the _changes feed, it keeps the response open and sends a JSON object followed by a newline every time the status changes. (See -[CBLRouter replicationChanged:] in the iOS code.) It sounds like the Android equivalent code may just be using a timer to send periodic updates. —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/3CB1B79C-EFC6-4064-93B3-6F9A36713E23%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
