joelverhagen / TorSharp

Use Tor for your C# HTTP clients. Use Privoxy or .NET 6+ SOCKS support to proxy HTTP traffic.
MIT License
328 stars 62 forks source link

Run multiple instance at the same time #88

Closed karmamaster closed 1 year ago

karmamaster commented 2 years ago

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?

joelverhagen commented 1 year ago

I've added an FAQ about this in the README and fixed a couple of bugs. Give it a try in version 2.10.0!