Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Added option to specify custom clientId for the MqttClient#89

Open
Zolli wants to merge 1 commit intoHypfer:masterfrom
Zolli:master
Open

Added option to specify custom clientId for the MqttClient#89
Zolli wants to merge 1 commit intoHypfer:masterfrom
Zolli:master

Conversation

@Zolli
Copy link
Copy Markdown

@Zolli Zolli commented May 12, 2023

Hy @Hypfer , i made this pull request to allow specify a custom clientId for the MQTT client. The reason behind this that now (according to MQTT V5 specification) servers require a permanent clientId for each connected client.
The used Mqtt.js library default bhaviour is that the client generate a unique client id for the session during each connection, so this behaviour breaks the V5 auth mechanism, to fix this i allowd to specify a permanent clientId in the config.

This PR not breaks existing installations because when the config is not specified or the value is empty the library still generate random clientId`s as before, tested locally with every mentioned scenario.

The connection is also tested and verified using the VerneMq MQTT server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant