Aug 26, 2017 · 1 min read
That’s one amazing article to demonstrate a very practical problem. However, can you elaborate a little bit on
``` List<Boolean> result = Single.merge(syncObservables) .onErrorReturnItem(true).toList().blockingGet();```
and how sync time reduced from 30 * x seconds to (x + 2) seconds?
