-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The method is accepting a clientId as parameter but it is not setting it on the MQTT adapter, this means that the client is ignored.
Also the generation of the ClientID is done with
"wldt.mqtt.digital.adapter.client."+new Random(System.currentTimeMillis()).nextInt()Which apparently is creating issues and potential clashes when a lot of DTs on the same process are launched at the same time.
Maybe we should simply make the clientID mandatory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working