* feat: make listen take an array of addrs * fix: make error more user friendly
Change to message as described here: https://heycam.github.io/webidl/#aborterror
* feat: callbacks -> async / await BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await * test: add tests for canceling dials * feat: Adapter class