- Bug fix: Assign event listener to socket close event on open before attempting post-open logic (#1186)
- Protects against possible unhandled rejection in disconnect
- Adds the Connection
_ws.close
event listener post_ws.open
before executing any post_ws.open
logic, i.e.Connection._subscribeToLedger
- This prevents a reconnection error loop that occurs if
Connection._ws
is never cleaned up by the unreachable_ws.close
event listener - Also ensures that a possible disconnect() promise rejection is not unhandled if any
_ws.open
logic inConnection.connect()
throws
- Update ripple-keypairs to 1.0.0-beta.2
- Dependencies
- Update mocha-junit-reporter, @types/node, mocha, @typescript-eslint/eslint-plugin, ripple-address-codec
Subscribe to this list for release announcements: https://groups.google.com/forum/#!forum/ripple-lib-announce