Skip to content

Commit f9f9920

Browse files
committed
Socket.cs else if(ReadyState == ReadyStateEnum.OPEN)
1 parent 7926b00 commit f9f9920

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)