mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
refactor: remove leftover from rebase
This commit is contained in:
parent
92c722207d
commit
53d9595cb5
1 changed files with 2 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ namespace PepperDash.Core
|
|||
{
|
||||
// returns false if no client or not connected
|
||||
get { return Client != null && ClientStatus == SocketStatus.SOCKET_STATUS_CONNECTED; }
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// S+ helper for IsConnected
|
||||
|
|
@ -331,8 +331,7 @@ namespace PepperDash.Core
|
|||
KillStream();
|
||||
|
||||
if (Client != null)
|
||||
{
|
||||
IsConnecting = false;
|
||||
{
|
||||
Client.Disconnect();
|
||||
Client = null;
|
||||
ClientStatus = status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue