mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix LoadManager stop
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
if (isThreadRunning ())
|
||||
{
|
||||
journal.debug << "Stopping";
|
||||
stopThread (0);
|
||||
stopThreadAsync ();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -424,6 +424,8 @@ public:
|
||||
boost::this_thread::sleep (when);
|
||||
}
|
||||
}
|
||||
|
||||
stopped ();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user