The deadlock detector was armed too early.

This commit is contained in:
JoelKatz
2013-05-24 13:28:18 -07:00
parent 5d7c85c915
commit 204944969e
3 changed files with 6 additions and 3 deletions

View File

@@ -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)