mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +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());
|
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.
Reference in New Issue
Block a user