NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Hotfix/5.3.6 to fix issue #46 #47

Closed alkampfergit closed 8 years ago

alkampfergit commented 8 years ago

Issue #46 was about error thrown during async update of Stream HEad. The solution could be simply to create a try catch around the entire call (including the TryMongo).

I've also udpated xunit console runner and updated NES to a hotfix branch to be compatibile with the new build (that generates the numbering with gitversion.exe).

alkampfergit commented 8 years ago

Reviewed with @AGiorgetti accepted.