Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change .torController (in OnionManager) to be variable instead of static (let) #158

Merged
merged 1 commit into from Feb 4, 2019

Commits on Feb 3, 2019

  1. change .torController (in OnionManager) to be variable (maybe nil) in…

    …stead of static TorController.
    
    testing this out because when tor restarts (after a torStop / torStart -- for example, when backgrounding the app and then coming back), i think the previous TorController's connection is hanging open instead of opening a connection to the new tor that is launched via torStart. (it's a theory, anyway)
    mtigas committed Feb 3, 2019
    Copy the full SHA
    5b3854e View commit details
    Browse the repository at this point in the history