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
commit e92fe5cf2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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