mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 04:34:46 +00:00
fix: remove isConnecting reference
This commit is contained in:
@@ -331,8 +331,7 @@ namespace PepperDash.Core
|
||||
KillStream();
|
||||
|
||||
if (Client != null)
|
||||
{
|
||||
IsConnecting = false;
|
||||
{
|
||||
Client.Disconnect();
|
||||
Client = null;
|
||||
ClientStatus = status;
|
||||
|
||||
Reference in New Issue
Block a user