pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Make the pipeline more robust #77

Closed cconstantin closed 12 years ago

cconstantin commented 12 years ago

Catch and discard exception to avoid the finalizer thread unloading the domain. This can happen when the database goes offline, for example.