remove a code to finish job requests when winix exits

Actually there was a bug and the code was not correctly waiting for the job requests.
This commit is contained in:
2024-07-02 17:30:35 +02:00
parent 20b40597fd
commit b2f4c065ea
5 changed files with 10 additions and 31 deletions
+1 -1
View File
@@ -198,6 +198,7 @@ return true;
second thread
*/
// second thread (objects locked)
bool Job::SignalReceived()
{
@@ -430,7 +431,6 @@ void Job::RemoveOldRequest(Request * request)
}
} // namespace Winix