mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
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:
commit
e92fe5cf2c
1 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue