async-mqtt

Promise wrapper over MQTT.js

MIT License

Downloads
390.6K
Stars
272
Committers
17

Bot releases are visible (Hide)

async-mqtt - Version 2.5.0 - Added reconnect method Latest Release

Published by RangerMauve over 4 years ago

  • Merge pull request #32 from LI-NA/LI-NA-patch-2 48c7574
  • Add reconnect method and test. 685ac95

https://github.com/mqttjs/async-mqtt/compare/v2.4.2...v2.5.0

async-mqtt - Version 2.4.2 - Added connectAsync docs

Published by RangerMauve about 5 years ago

  • Merge pull request #25 from flodan/fix/add-async-connect-to-types 9cc1bc1
  • fix: add 'connectAsync' method to types 03565b7

https://github.com/mqttjs/async-mqtt/compare/v2.4.1...v2.4.2

async-mqtt -

Published by RangerMauve about 5 years ago

  • replaced client.off() for client.removeListener() edd1588

https://github.com/mqttjs/async-mqtt/compare/v2.4.0...v2.4.1

async-mqtt - Version 2.4.0 - connectAsync

Published by RangerMauve about 5 years ago

  • Added connectAsync docs 2387c18
  • Merge pull request #21 from 123joshuawu/add-async-connect b937299
  • Added connectAsync which returns a promise that resolves and rejects on connect and error events respectively. Added a quick test. f8ff21b

https://github.com/mqttjs/async-mqtt/compare/b7d0a9a6c56281a00603c930ff7a40f4276da220...v2.4.0