mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 06:59:27 -05:00
Use shutdownSync instead of shutdown in TorManager::run to stop tor
This commit is contained in:
parent
72e52b998c
commit
72eb21bbca
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user