mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 12:44:48 +00:00
Initial work on GenericUdpServer
This commit is contained in:
@@ -154,6 +154,8 @@ namespace PepperDash.Core
|
||||
BufferSize = bufferSize;
|
||||
AutoReconnectIntervalMs = 5000;
|
||||
|
||||
CrestronEnvironment.ProgramStatusEventHandler += new ProgramStatusEventHandler(CrestronEnvironment_ProgramStatusEventHandler);
|
||||
|
||||
//if (string.IsNullOrEmpty(address))
|
||||
//{
|
||||
// Debug.Console(1, Debug.ErrorLogLevel.Warning, "GenericTcpIpClient '{0}': No address set", key);
|
||||
|
||||
Reference in New Issue
Block a user