Hello,
I am trying to open multiple instance of TorSharp at the same time (Using unique ports setting for each, including sock port, control port, and control port). But when I try to run: proxy.ConfigureAndStartAsync(); then the previous opened port can not be access. So there is any ways that can help to run multiple instance with TorSharp?
Hello, I am trying to open multiple instance of TorSharp at the same time (Using unique ports setting for each, including sock port, control port, and control port). But when I try to run:
proxy.ConfigureAndStartAsync();
then the previous opened port can not be access. So there is any ways that can help to run multiple instance with TorSharp?