mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
stop tor fully, marking tor status as off which allows it to be restarted properly
This commit is contained in:
parent
2a10301a59
commit
ea89441914
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ class TorService {
|
|||
return;
|
||||
}
|
||||
|
||||
_tor!.disable();
|
||||
await _tor?.stop();
|
||||
|
||||
_updateStatusAndFireEvent(
|
||||
|
|
Loading…
Reference in a new issue