From ea8944191410f65a47f873ef1cb8cb10603c61c1 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 24 Jun 2024 13:36:24 -0600 Subject: [PATCH] stop tor fully, marking tor status as off which allows it to be restarted properly --- lib/services/tor_service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/tor_service.dart b/lib/services/tor_service.dart index 8eebd758f..6904f8789 100644 --- a/lib/services/tor_service.dart +++ b/lib/services/tor_service.dart @@ -111,6 +111,7 @@ class TorService { return; } + _tor!.disable(); await _tor?.stop(); _updateStatusAndFireEvent(