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
{{ message }}
This repository was archived by the owner on Feb 11, 2020. It is now read-only.
since homebrew updated node to v5.6.0 this morning, mosca 1.0.2 crashes when publishing a message from a script using MQTT.js with {retain: true}.
The error is:
buffer.js:229
throw new TypeError('list argument must be an Array of Buffers');
^
TypeError: list argument must be an Array of Buffers
at Function.Buffer.concat (buffer.js:229:13)
at BufferList.copy
After getting this error when running my app, i've made a small test script: