XRPL-Labs/xrpl-client

Unable to destroy the connection Cannot read property 'removeEventListener' of undefined

Closed this issue · 1 comments

Calling destroy method while in connecting state, result in above error

  if (this.connection) {
       this.connection.destroy();
  }

Fixed in 2.2.0