end()

in src/core/connectionHelpers/LpcConnectionHelper.js [37:41]


  end() {
    this.eventBus.unsubscribeAll();
    this.subscriptions.forEach(f => f.unsubscribe());
    this.status = ConnectionHelperStatus.Ended;
  }