mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
The deadlock detector was armed too early.
This commit is contained in:
@@ -371,6 +371,7 @@ void Application::run()
|
||||
boost::thread(boost::bind(runIO, boost::ref(mIOService))).detach();
|
||||
}
|
||||
|
||||
theApp->getLoadManager().arm();
|
||||
mIOService.run(); // This blocks
|
||||
|
||||
if (mWSPublicDoor)
|
||||
|
||||
Reference in New Issue
Block a user