ping method

void ping()

Send ping to the WebSocket server

Implementation

void ping() {
  log.i('Send ping');
  websocket.ping();
}