ping method
Sends a ping message to the server. Basing on the underlying transport, it might send either transport's protocol-specific ping or pusher:ping event.
Implementation
@override
external ping();
Sends a ping message to the server. Basing on the underlying transport, it might send either transport's protocol-specific ping or pusher:ping event.
@override
external ping();