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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user