Skip to content

Add save operations to a queue

Alf Eaton requested to merge 17-pouchdb-write-queue into master

This queues incoming save operations so they're guaranteed to be processed sequentially in the order they arrive.

This prevents the "document update conflict" error seen when concurrent save operations attempt to use the same _rev id.

Fixes #17

Merge request reports