@umerx/reconnecting-websocket
v0.0.2
Published
Reconnecting WebSocket
Downloads
4
Readme
reconnecting-websocket
Resilient web socket that automatically reconnects if the connection is closed.
Updating This Package
Commit changes to git.
In the project root directory, run
npm version <update_type>to update the version number inpackage.json. Replace<update_type>with one of the semantic versioning release types (patch, minor, or major).Push to GitHub. Jenkins is configured to build and publish the package to npm on every push to the
mainbranch.Check your package page (
https://www.npmjs.com/package/@umerx/reconnecting-websocket) to check that the package version has been updated.
