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