NServiceBus
NServiceBus copied to clipboard
Resolves closing/tearing down resources on partial start
Resolves closing/tearing down resources on partial start. Moved RunningEndpointInstance as far up, it only has stop logic and that logic is what is needed to be stopped if start fails. This is to ensure that the application is not leaking any resources.