mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-05 15:54:50 +00:00
Updates to GenericHttpSseClient class to implement new iCommunicationReceiver interface
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -82,7 +82,6 @@ namespace PepperDash.Core
|
||||
ErrorLog.Notice("Exception occured in AsyncWebPostHttps(): " + e.ToString());
|
||||
}
|
||||
});
|
||||
//CrestronConsole.PrintLine("Out of DoSomething");
|
||||
}
|
||||
|
||||
public void CloseConnection(string s)
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="CommunicationExtras.cs" />
|
||||
<Compile Include="Comm\ControlPropertiesConfig.cs" />
|
||||
<Compile Include="Comm\GenericHttpSseClient.cs" />
|
||||
<Compile Include="Comm\GenericSecureTcpIpServer.cs" />
|
||||
<Compile Include="Comm\GenericSecureTcpIpClient.cs">
|
||||
<SubType>Code</SubType>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user