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

Issue when running with .NET 8 #119

Closed NotFazed closed 4 months ago

NotFazed commented 4 months ago

I have been using this library for quite a while with my .NET 6 application. I have upgraded to .NET 8 today and the TOR service seems to exit unexpectedly causing my application to exit.

2024-07-27T11:26:37.7340031Z Jul 27 11:26:37.000 [notice] Bootstrapped 56% (loading_descriptors): Loading relay descriptors 2024-07-27T11:26:37.7346293Z Jul 27 11:26:37.000 [notice] Bootstrapped 61% (loading_descriptors): Loading relay descriptors 2024-07-27T11:26:38.8172927Z Jul 27 11:26:38.000 [notice] Bootstrapped 70% (loading_descriptors): Loading relay descriptors 2024-07-27T11:26:38.8174199Z Jul 27 11:26:38.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits 2024-07-27T11:26:38.8174254Z Jul 27 11:26:38.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits 2024-07-27T11:26:38.8174296Z Jul 27 11:26:38.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit 2024-07-27T11:26:39.7938453Z Jul 27 11:26:39.000 [notice] Bootstrapped 100% (done): Done 2024-07-27T11:29:58.7918540Z Jul 27 11:29:58.000 [notice] Catching signal TERM, exiting cleanly.

Any idea what the problem could be ?

NotFazed commented 4 months ago

Not a bug with library