meteor-space / event-sourcing

CQRS and Event Sourcing Infrastructure for Meteor.
MIT License
63 stars 9 forks source link

Fix/concurrency error handling #80

Closed rhyslbw closed 8 years ago

rhyslbw commented 8 years ago

This squashes a major bug outlined in #75 when the system is under load relating to concurrency and race conditions.

Thanks again @qejk for your diligent debugging !