mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
[Worker] Use "m_validator->quitAndWait()" as validator now can "stop" long lasting functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
17ab66e50a
commit
f8d59e7b04
@@ -139,7 +139,7 @@ namespace BlackCore
|
||||
if (m_validator)
|
||||
{
|
||||
disconnect(m_validator);
|
||||
m_validator->abandonAndWait();
|
||||
m_validator->quitAndWait();
|
||||
}
|
||||
this->disconnect();
|
||||
this->unloadSimulatorPlugin();
|
||||
|
||||
Reference in New Issue
Block a user