We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d27b99 + 1ebec32 commit a93ce8dCopy full SHA for a93ce8d
1 file changed
Src/EngineIoClientDotNet.mono/Client/Socket_net35.cs
@@ -566,11 +566,11 @@ private void SetPing()
566
else if (ReadyState == ReadyStateEnum.OPEN)
567
{
568
Ping();
569
- SetHeartbeat(PingTimeout);
570
log2.Info("EasyTimer SetPing finish");
571
}
572
573
- }, (int)PingInterval);
+ }, (int)PingInterval);
+ SetHeartbeat(PingTimeout);
574
575
576
private void Ping()
0 commit comments