You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MQTT Publisher, the "Random Suffix" check box is checked whenever the script is opened, whereas i want the checkbox to be unchecked always.
In the MQTT Subscriber, the Cient ID field is able to retain the value but the Random Suffix is checked everytime i open the script although i made sure it is unchecked and the script is saved.
Please tell me why this issue occurs and also it would be great if you could tell me the purpose of the Random suffix checkbox.
Thanks,
Swapnil
The text was updated successfully, but these errors were encountered:
//Adding the missing "Set" for the following UI elements.
clientId.setText(sampler.getCLIENT_ID());
suffixClientId.setSelected(sampler.useRandomSuffix());
this.connectionPerTopic.setSelected(sampler.isOneConnectionPerTopic());
......
}`
Hi,
In MQTT Publisher, the "Random Suffix" check box is checked whenever the script is opened, whereas i want the checkbox to be unchecked always.
In the MQTT Subscriber, the Cient ID field is able to retain the value but the Random Suffix is checked everytime i open the script although i made sure it is unchecked and the script is saved.
Please tell me why this issue occurs and also it would be great if you could tell me the purpose of the Random suffix checkbox.
Thanks,
Swapnil
The text was updated successfully, but these errors were encountered: