Updates to GenericHttpSseClient class to implement new iCommunicationReceiver interface

This commit is contained in:
Neil Dorin
2017-06-15 10:30:21 -06:00
parent f8e3c0f8c5
commit 208e236308
5 changed files with 1 additions and 1 deletions

View File

@@ -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)

View File

@@ -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>