Closed dkebler closed 5 years ago
I'm not sure what'd be required. Would you happen to have time to take a shot at a PR for it? :D
Just for grins I simply upgraded the mqtt dep and it passed your test so maybe nothing to do.
I've actually gone another direction with mqtt bending it into es6 with async methods including a connect method (which in mqtt creates the client instance). Referring to your source made that easier so thx. https://git.kebler.net/UCOMmandIt/uci-mqtt/src/branch/master/src/mqtt.js
Sweet. Glad that worked out for you. I'm gonna close this for now. Feel free to reopen if there are still issues. 😁
Currently async-mqtt support 2+.
mqtt 3+ has been out for month anything in the works for async-mqtt to support that release? I haven't looked but it may not need anything more than to bump the version in package.json?