handleConnectionLost()

in src/core/connectionHelpers/LpcConnectionHelper.js [132:135]


  handleConnectionLost() {
    this.status = ConnectionHelperStatus.ConnectionLost;
    this.eventBus.trigger(ConnectionHelperEvents.ConnectionLost, {});
  }