JackAdams / meteor-transactions

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

Collection2 multiple shema #70

Open inromualdo opened 7 years ago

inromualdo commented 7 years ago

This package don't allow collection2 multiple shema

JackAdams commented 7 years ago

Can I take a look at a bit of sample code and your .meteor/packages file?

It should allow for multiple schema as long as they're all attached to the relevant collections before any transaction code is called.

It might just be the order that things are firing which is causing problems.