pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
948 stars 154 forks source link

fix: await taskqueue in pouchdb-wrappers #446

Open garbados opened 3 years ago

garbados commented 3 years ago

This PR ports the fix here which awaits PouchDB's task queue before calling handler chains. Otherwise handlers are at risk of running twice.

craftzdog commented 3 years ago

Please merge it🙏