perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Detect when a call is made to an uninitialized connection #65

Closed RmbRT closed 2 years ago

RmbRT commented 3 years ago

Track whether a connection is already fully initialized or disconnected and throw an error that details this condition. Currently, it throws a DOMException: An attempt was made to use an object that is not, or is no longer, usable, which is completely useless for debugging.

RmbRT commented 2 years ago

Solved in d20a78b1c7b1aa3250bdb716e3e707eb378b06b2