#215 fix for incorrect cast in LinkToApi method

This commit is contained in:
Andrew Welker
2020-05-27 09:50:50 -06:00
parent f81fe3d01f
commit 7bfc82c3cc
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ namespace PepperDash.Essentials.Core
trilist.SetStringSigAction(joinMap.SetPortConfig.JoinNumber, SetPortConfig);
var sComm = this as ISocketStatus;
var sComm = CommPort as ISocketStatus;
if (sComm == null) return;
sComm.ConnectionChange += (s, a) =>
{