jakeheis / Shout

SSH made easy in Swift
MIT License
357 stars 103 forks source link

Added a timeout to the SSH init method #55

Closed SimplyKyra closed 3 years ago

SimplyKyra commented 3 years ago

Added a timeout to the init method in the SSH class to provide additional control over connection.

jakeheis commented 3 years ago

Thanks for the contribution! Since the default timeout within Socket is 0, I would prefer Shout keeps the same default of 0.

SimplyKyra commented 3 years ago

That makes complete sense. Just updated the pull request to keep the default at 0. Thanks

jakeheis commented 3 years ago

Looks great, thanks!