Commit Graph

10 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 cb2f4a613c 0.1.7 Update Deps - created example folder and put in server and client (v1+ quasar) matched examples. Change scripts in package.json to run examples add @uci/websocket as a dev dep. 2019-08-13 09:16:43 -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
David Kebler 64bbe11774 add quasar uci socket test client 2018-05-31 13:59:18 -07:00
David Kebler 7b7872cb64 add processing of pushed packets. The _header.id prop but be set to 'pushed' instead of id of the packet generated by send 2018-05-24 12:24:43 -07:00
David Kebler b6be936f44 working web browser client (with quasar) uses json packets and specifically works with uci-websocket 2018-04-05 15:11:59 -07:00
David Kebler 83ec3849dd initial commit 2018-04-05 15:11:10 -07:00