We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432cc27 commit 6aaabf2Copy full SHA for 6aaabf2
README.md
@@ -203,7 +203,7 @@ Example (update clientId & username on each reconnect):
203
client.options.username = `token=${this.get_current_auth_token()}`;
204
client.options.clientId = `${this.get_updated_clientId()}`;
205
206
- return `${this.get_signed_cloud_url(url)`;
+ return `${this.get_signed_cloud_url(url)}`;
207
}
208
209
const connection = await mqtt.connectAsync(<wss url>, {
0 commit comments