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.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/automaticReconnect/OfflineBufferingTest.java
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -482,10 +482,19 @@ public void testUnPersistBufferedMessagesOnNewClient() throws Exception {
482
482
Assert.assertTrue(recieved);
483
483
log.info("Message was successfully delivered after connect");
0 commit comments