constructor()

in src/core/connectionHelpers/LpcConnectionHelper.js [85:89]


  constructor(websocketManager) {
    this.status = ConnectionHelperStatus.NeverStarted;
    this.eventBus = new connect.EventBus();
    this.initWebsocketManager(websocketManager);
  }