ping plugin

events

pong

The pong event, fired when a PONG event was received from the server.

Event attributes:

  • None.

Example:

client.on('pong', function (event) {
    console.log("PONG");
});