On this line of code:
https://github.com/couchbase/couchbase-lite-ios/blob/master/Source/CBL_Puller.m#L104 it seems like the if/then check is moot, due to _caughtUp = NO; always being called before this line. So the above line <https://github.com/couchbase/couchbase-lite-ios/blob/master/Source/CBL_Puller.m#L104> should be change to: mode = kOneShot; Any thoughts? -- 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/CACSSHCH425LO9S6LP-iJ%2BgT9NMz12CE%2Bp2eGeKkYMJobwPg8fw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
