Skip to content

Commit 9dc6243

Browse files
committed
fix the issue that I created
1 parent c340fcf commit 9dc6243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Src/EngineIoClientDotNet.mono/Client

Src/EngineIoClientDotNet.mono/Client/Socket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ private void SetPing()
574574
SetPing();
575575
log2.Info("skipping Ping during upgrade");
576576
}
577-
else if(ReadyState == ReadyStateEnum.CLOSED)
577+
else if(ReadyState == ReadyStateEnum.OPEN)
578578
{
579579
Ping();
580580
OnHeartbeat(PingTimeout);

0 commit comments

Comments
 (0)