Thanks for this great resource.
I'm having issues with connections dropping when I instantiate more than a few (4 or more) SshClients in the same application. If I run separate instances of the same application (each with 1 SshClient), my problems go away. Can you think of any possible causes (maybe static methods with locks that block use from multiple instances of the class)?
I'm having issues with connections dropping when I instantiate more than a few (4 or more) SshClients in the same application. If I run separate instances of the same application (each with 1 SshClient), my problems go away. Can you think of any possible causes (maybe static methods with locks that block use from multiple instances of the class)?