engine.io-protocol
engine.io-protocol copied to clipboard
Isn't it a `ping` packet that the client waiting for?
Conversely, if the client does not receive a
pongpacket within pingInterval + pingTimeout, then it SHOULD consider that the connection is closed.
The Hearbeat section says, server send ping to client, then the client reply a pong to server. So the client should wait for a ping packet, is it a typo or?