mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Updates to GenericHttpSseClient class to implement new iCommunicationReceiver interface
This commit is contained in:
parent
f8e3c0f8c5
commit
208e236308
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -82,7 +82,6 @@ namespace PepperDash.Core
|
||||||
ErrorLog.Notice("Exception occured in AsyncWebPostHttps(): " + e.ToString());
|
ErrorLog.Notice("Exception occured in AsyncWebPostHttps(): " + e.ToString());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//CrestronConsole.PrintLine("Out of DoSomething");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void CloseConnection(string s)
|
public void CloseConnection(string s)
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="CommunicationExtras.cs" />
|
<Compile Include="CommunicationExtras.cs" />
|
||||||
<Compile Include="Comm\ControlPropertiesConfig.cs" />
|
<Compile Include="Comm\ControlPropertiesConfig.cs" />
|
||||||
|
<Compile Include="Comm\GenericHttpSseClient.cs" />
|
||||||
<Compile Include="Comm\GenericSecureTcpIpServer.cs" />
|
<Compile Include="Comm\GenericSecureTcpIpServer.cs" />
|
||||||
<Compile Include="Comm\GenericSecureTcpIpClient.cs">
|
<Compile Include="Comm\GenericSecureTcpIpClient.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue