Commit Graph

10 Commits (81bb898ab4d67a74af37467d218ed71ec6bea1e1)

Author SHA1 Message Date
David Kebler 81bb898ab4 0.2.11 refactored consumer connect/reconnect to be more robust
emits both
also keeps track of ready state
2019-04-12 08:00:45 -07:00
David Kebler 1c3c4383c8 0.2.10 0.2.9 up the initial connect timeout to 5 mintues, and reconnect to 2 seconds 2019-03-24 11:49:00 -07:00
David Kebler ea7610e1a0 bind close method 2019-03-17 13:51:36 -07:00
David Kebler b587d5f2f2 0.2.7 change no host when port supplied warning, update to new logger location 2019-02-26 11:43:10 -08:00
David Kebler 63beca4199 Added server push method. Pushes to any/all connected clients with id='pushed' which clients can listen for
Add jsdoc documenation to source and did a few experiments with doc generators
2019-01-01 16:53:12 -08:00
David Kebler 6a8c2b1fca fixed initial timeout on connect rejection.
add in new option conPacket for pushing a packet to any connecting consumer from a socket/server
2018-07-31 17:17:39 -07:00
David Kebler 01c4756e26 with keepAlive set (by default) if the socket terminates the consumer will attempt to reconnect indefinitely 2018-07-30 19:07:03 -07:00
David Kebler 36d1cf629f fix file delete (unlink) so catches error uses promise 2018-05-27 13:05:38 -07:00
David Kebler 949bd5b3b1 add client tracking on server side and push notification processin to both. Pushed packets have _header.id of 'pushed' and server has new push method 2018-05-24 12:28:30 -07:00
David Kebler e2e59466be upgrade to esm from @std/esm 2018-05-16 07:21:51 -07:00