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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ public void testManyMessageBufferAndDeliver() throws Exception {
178
178
IMqttTokensubConnectToken = subClient.connect();
179
179
subConnectToken.waitForCompletion(5000);
180
180
// Subscribe to topic
181
-
subClient.subscribe(topicPrefix + methodName, 0);
181
+
subClient.subscribe(topicPrefix + methodName, 1);
182
182
183
183
// Enable Proxy & Connect to server
184
184
proxy.enableProxy();
@@ -225,7 +225,7 @@ public void testManyMessageBufferAndDeliver() throws Exception {
Copy file name to clipboardExpand all lines: org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/utilities/ConnectionManipulationProxyServer.java
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ public ConnectionManipulationProxyServer(String host, int remotePort, int localP
0 commit comments