PouchDB's replicate()
functions are not fault-tolerant and will stop replicating if you loose your internet connection or encounter some network disruptions. This is quite frustrating when you need your app to replicate data whenever an internet connection is present.
Sure, you can implement your own retry algorithm, but this requires a descent amount of work. Is there a plugin that we can use?