MqttClient generateClientId
Closed this issue · 4 comments
AnilamSamoht commented
Hi,
everytime I start this application, its generate new ClientId for the MqttClient. Is there a possibility to generate an ClientID at firs run of this plugin or to set it up in the preferences of this plugin? I'm not able to do it by my self :-(
MqttPlugin.java:
171 // set a proper client id if we have none
172 if (mClientId == null || mClientId.trim().equals(""))
173 {
174 mClientId = MqttClient.generateClientId();
175 }
176 updateThread.start();
fr3ts0n commented
Thank you for your report.
I'll fix that and make the client id persistent, and adjustable in the preferences.
fr3ts0n commented
Fix is available now for your tests on AndrOBD dev channel
- MqttPublisher plugin V1.0.3
AnilamSamoht commented
Thanx. It works now.
fr3ts0n commented
released with MqttPublisher V1.0.3