Use shutdownSync instead of shutdown in TorManager::run to stop tor

This commit is contained in:
thunder2 2021-12-29 17:56:11 +01:00
parent 72e52b998c
commit 72eb21bbca

View File

@ -462,7 +462,7 @@ void TorManager::run()
std::this_thread::sleep_for(std::chrono::milliseconds(50));
}
d->control->shutdown();
d->control->shutdownSync();
d->process->stop();
if(rsEvents)