MQTT.js
MQTT.js copied to clipboard
the code in readme has smme problem
const transformWsUrl = (url, options, client) => { client.options.username =
token=${this.get_current_auth_token()}; client.options.clientId =
${this.get_updated_clientId()}`;
return `${this.get_signed_cloud_url(url)`;
}`
The lack of '}'