-
- Downloads
Use a lock to prevent concurrent native calls.
The lock is static to ensure that if the TorService instance is destroyed and a new instance is created (eg when unbinding and then re-binding), the background threads created by the two instances don't concurrently call into the process's Tor library.
Please register or sign in to comment