Issues Tracker for Tor
related problems.
#328
Labels
bug
Something isn't working
enhancement
This enhances the code and improves stuffs
tests
Testing related improvements
Milestone
Here are the set of issues , we currently face while using
TOR
and must be solved before the release ofv0.1.0
.Mac
users are unable to run ontor
.tor
, thelibtor
dependency is used, which is not compatible withmacOS
, causing the following issues:clearnet
mode, as running intor
mode would fail onmacOS
in GitHub Actions.Mac
users cannot usetor
.libtor
formacOS
.Spawn a new child process to run
tor
Currently, we use the
mitosis
process fortor
, which is not good because:Mitosis
's(mitosis::JoinHandle)
andThread
's(std::thread::JoinHandle)
are different, so we can't push themitosis_handle
into the ThreadPool.makerd
andDNS
Servers on Termination & Errors #322.CLI app runs on
clearnet
even when-n tor
is passed, withclearnet
as the default. #327Connectivity failure when
maker
,taker
&dns
runs on different network #321The text was updated successfully, but these errors were encountered: