Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
Description
If there occur exceptions during runtime, only the finally blocks of the ApplicationLauncher classes are executed but most of the services don't implement IDisposable so they remain active.
h4. Steps to Reproduce
Throw an exception somewhere after the HTTP server was started. The application will not shut down because of remaining HTTP server threads.
h4. Steps to Reproduce
Throw an exception somewhere after the HTTP server was started. The application will not shut down because of remaining HTTP server threads.