public destroy()

in src/rpc.ts [219:222]


  public destroy() {
    this.emit('destroy');
    this.unsubscribeCallback();
  }