unsubscribeAll()

in src/core/taskController.js [28:31]


  unsubscribeAll() {
    this.pubsub.unsubscribeAll();
    this.connectionHelper.end();
  }