Commit Graph

5 Commits (master)

Author SHA1 Message Date
David Kebler 3fb6d99dcc 0.1.9 fix initTimeout and retryWait option setting for when zero 2020-03-26 13:44:33 -07:00
David Kebler a21aa3bf88 0.1.8 refactored to match .3.9 uci-websocket
supports promise connect and auto reconnect with authentification (default is token
emits 'status' events so client can monitor socket status
the example client now uses quasar 1+ and is designed to work with example server in the uci-websocket repo
also uses npm-watch dev dependency for restarting example client with changes in the consumer socket
emit consumer-connection events
2019-09-16 18:24:08 -07:00
David Kebler a5d8785ec0 some cleanup before moving test client to quasar 1.0 2019-08-11 07:26:05 -07:00
David Kebler 2627de964d 0.1.6
major refactor of websocket client
remove auto reconnect dependency and wrote zero dep one.
Has promise for initial connect and then will reconnect emmiting disconnet/reconnect to server events
2019-03-01 18:12:08 -08:00
David Kebler 4d6661f785 refactored from simple built in client to reconnecting client package so client will autoreconnect if sockect server goes down/up.
Minor improvements to test client example.

updated autobind
2019-02-26 12:07:16 -08:00