utopicnarwhal / utopic_tor_onion_proxy

Flutter Plugin for Android, based on Android binary that start Tor Onion Proxy on random local socket.
https://pub.dev/packages/utopic_tor_onion_proxy
Apache License 2.0
12 stars 4 forks source link

Won't stop #4

Open mdip226 opened 3 years ago

mdip226 commented 3 years ago

When I try to stop the T.O.P. in the example (I clicked twice), I get: err.txt

mdip226 commented 3 years ago

this worked for me (line 41 in example's main.dart): if ((await UtopicTorOnionProxy.stopTor()) != null) {