mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
Adds conditions for when creating a new Ssh client.
This commit is contained in:
@@ -250,8 +250,6 @@ namespace PepperDash.Core
|
||||
|
||||
if (Client == null)
|
||||
{
|
||||
|
||||
|
||||
Client = new TCPClient(Hostname, Port, BufferSize);
|
||||
Client.SocketStatusChange += Client_SocketStatusChange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user