tyronegroves / SimpleCQRS

A framework for building applications using the CQRS and Event Sourcing patterns.
261 stars 92 forks source link

Fix overflow in shutdown #4

Closed darrencauthon closed 14 years ago

darrencauthon commented 14 years ago

Just registered the service locator with a factory method, otherwise the container would get caught in a stack overflow on dispose.

tyronegroves commented 14 years ago

Accepted