initial implementations for DM Rmc & DGE

This commit is contained in:
Andrew Welker
2020-11-11 13:02:12 -07:00
parent ed6ad6ae76
commit 5d2f20efd5
2 changed files with 20 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
return;
}
var tcpClient = new GenericTcpIpClient("", _dgeEthernetInfo.IpAddressFeedback.StringValue, CtpPort, 1024);
var tcpClient = new GenericTcpIpClient("", _dgeEthernetInfo.IpAddressFeedback.StringValue, CtpPort, 1024){AutoReconnect = false};
var gather = new CommunicationGather(tcpClient, "\r\n\r\n");