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
Copy file name to clipboardExpand all lines: org.eclipse.paho.sample.mqttclient/src/main/java/org/eclipse/paho/sample/mqttclient/mqttv3/MqttV3Connection.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public MqttV3Connection(CommandLine cliOptions) throws URISyntaxException {
69
69
70
70
71
71
// If the client ID was not set, generate one ourselves
72
-
if (clientID == null || clientID == "") {
72
+
if (clientID == null || clientID.equals("") ) {
73
73
// No client ID provided, generate one from the process ID
0 commit comments