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

Added option to specify custom clientId for the MqttClient #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zolli
Copy link

@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