mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Application#RunEventLoop(): don't wait for the thread pool to stop on shutdown
refs #8173
This commit is contained in:
parent
338d0aaa8c
commit
d69c6879fa
@ -342,7 +342,9 @@ void Application::RunEventLoop()
|
|||||||
ConfigObject::StopObjects();
|
ConfigObject::StopObjects();
|
||||||
Application::GetInstance()->OnShutdown();
|
Application::GetInstance()->OnShutdown();
|
||||||
|
|
||||||
UninitializeBase();
|
#ifdef I2_DEBUG
|
||||||
|
UninitializeBase(); // Inspired from Exit()
|
||||||
|
#endif /* I2_DEBUG */
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Application::IsShuttingDown()
|
bool Application::IsShuttingDown()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user