-
-
Notifications
You must be signed in to change notification settings - Fork 967
Closed
Description
Hi,
My code is locking when attempting to call the Disconnect function.
This snippet is an example of what is locking:
SshClient client = new SshClient("server", "user", "pass");
client.Connect();
client.Disconnect(); # freezes hereI'm connecting to a ssh connection running on a QNAP NAS server, with the server version listed as "SSH-2.0-OpenSSH_7.6".
This is on OSX (High Sierra). I just tried in Windows, and the issue doesn't exist there.
Any help would be much appreciated.
Thanks.