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;

View File

@@ -53,7 +53,7 @@
</Reference>
<Reference Include="SimplSharpCWSHelperInterface, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpCWSHelperInterface.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpCWSHelperInterface.dll</HintPath>
</Reference>
<Reference Include="SimplSharpHelperInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>