meteor-transactions icon indicating copy to clipboard operation
meteor-transactions copied to clipboard

Rewriting package to use MongoDB 4.0 Multi-document ACID transactions

Open bohan0 opened this issue 6 years ago • 0 comments

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.

bohan0 avatar Feb 13 '19 10:02 bohan0