FlowFuse / nr-project-nodes

A set of Node-RED nodes for inter-project communication within the FlowFuse platform
Apache License 2.0
5 stars 0 forks source link

Fix generation of clientId #5

Closed knolleary closed 1 year ago

knolleary commented 1 year ago

If clientId was provided, the code was using it and then appending :n.

Instead, it should use clientId if provided as-is. But if it isn't provided then us <username>:n as the client id.

Note neither the launcher or device agent set clientId currently.