handleOpen method

void handleOpen()

Implementation

void handleOpen() {
  sendHeartbeat();
  this.emit('open');
}