You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried (more or less randomly, after finding a similar issue) to
npm install Buffer
which chnaged the error to
Uncaught TypeError: Buffer.alloc is not a function
at eval (constants.js?885d:128)
at Array.map (<anonymous>)
at eval (constants.js?885d:127)
at Array.map (<anonymous>)
at eval (constants.js?885d:126)
at Array.map (<anonymous>)
at genHeader (constants.js?885d:125)
at eval (constants.js?885d:140)
at Object../node_modules/mqtt-packet/constants.js (vendor.js:1707)
at __webpack_require__ (app.js:213)
Please let me know if I can help with the debug.
The text was updated successfully, but these errors were encountered:
This issue was initially raised at mqttjs/MQTT.js#1294 but the error seems to point to
mqtt-packet
. I wil synchronize both if there is a solutionWhen importing MQTT.js to a VueJS/Quasar app, I get the following error:
I tried (more or less randomly, after finding a similar issue) to
which chnaged the error to
Please let me know if I can help with the debug.
The text was updated successfully, but these errors were encountered: