JackAdams / meteor-transactions

App level transactions for Meteor + Mongo
http://transactions.taonova.com/
MIT License
113 stars 16 forks source link

Rewriting package to use MongoDB 4.0 Multi-document ACID transactions #101

Open bohan0 opened 5 years ago

bohan0 commented 5 years ago

Is there any plans to do this? Been trying to do it this way: https://github.com/meteor/meteor/blob/3051150f2f5ae953f391802e73682fba613b3d46/packages/mongo/mongo_livedata_tests.js#L3431-L3487

but getting a lot of errors like:

UnhandledPromiseRejectionWarning: MongoError: Given transaction number 5 does not match any in-progress transactions.