Merge pull request #1316 from PepperDash/hotfix/generic-comm-monitor-bug

fix: removes condition that blocked BeginPolling method call if using…
This commit is contained in:
AECohn
2025-08-21 11:44:30 -04:00
committed by GitHub

View File

@@ -158,10 +158,8 @@ namespace PepperDash.Essentials.Core
Client.TextReceived += Client_TextReceived; Client.TextReceived += Client_TextReceived;
} }
if (!IsSocket) BeginPolling();
{
BeginPolling();
}
} }
void socket_ConnectionChange(object sender, GenericSocketStatusChageEventArgs e) void socket_ConnectionChange(object sender, GenericSocketStatusChageEventArgs e)