fix: remove isConnecting reference

This commit is contained in:
Andrew Welker
2023-03-01 09:35:31 -07:00
parent b804bf4fb5
commit 9b56db1cb8
2 changed files with 2 additions and 3 deletions

View File

@@ -331,8 +331,7 @@ namespace PepperDash.Core
KillStream();
if (Client != null)
{
IsConnecting = false;
{
Client.Disconnect();
Client = null;
ClientStatus = status;