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.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/internal/ConnectActionListener.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,12 @@ public void onSuccess(IMqttToken token) {
Copy file name to clipboardExpand all lines: org.eclipse.paho.mqttv5.client/src/main/resources/org/eclipse/paho/mqttv5/client/internal/nls/logcat.properties
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -162,10 +162,16 @@
162
162
716=call onSuccess key={0}
163
163
717=call onFailure key {0}
164
164
719=callback threw ex:
165
-
720=exception from connectionLost {0}
165
+
720=Ignoring Exception thrown from connectionLost {0}
166
+
725=Ignoring Exception thrown from messageArrived: {0}
167
+
726=726=Ignoring Exception thrown from deliveryComplete {0}
166
168
721=Non-Critical MQTT error thrown, passing back to application={0}
0 commit comments