Open ffxsam opened 3 years ago
Agreed. I've banged my head on my desk for 3 days before I found out this isn't maintained.
any alternatives for the browser?
I'm struggling to get type definitions for the browser version of MQTT.js. The NPM version has working type definitions, but won't work in the browser as it uses some things like process.env that only work in a Node environment.
MQTTjs has full typescript support starting from version 5 and there have been many improvements on browser side in latest versions. see https://github.com/mqttjs/MQTT.js/releases
disregard. was able to patch this using Yarn 3.x.
The contributors should at least have the courtesy of modifying the README file to state that this package is abandonware, so people don't waste time writing code and opening PRs.