Closed vasturiano closed 1 year ago
This PR exposes a new onError method that can be used for handling connection and other types of errors.
onError
In addition, it also fixes a bug reported in #22 of an unreferenced stop method: .stop is not a function.
stop
.stop is not a function
Also bumps dev dependencies to latest.
Please set a semver versioning label of either major, minor, or patch on this pull request.
major
minor
patch
This PR exposes a new
onError
method that can be used for handling connection and other types of errors.In addition, it also fixes a bug reported in #22 of an unreferenced
stop
method:.stop is not a function
.Also bumps dev dependencies to latest.