chrishinds / committed

nodejs package providing a framework for failure-resistant transaction and audit support atop mongodb-native and async.queue
GNU General Public License v3.0
7 stars 1 forks source link

_checkTransaction only checks first transaction of a chain #5

Closed simon-bond closed 8 years ago

simon-bond commented 8 years ago

For example, this fails to catch incorrect queue names being used in transactions in chain other than the first one.