We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32df5d7 commit 6729f98Copy full SHA for 6729f98
src/main/java/com/mpush/test/Main.java
@@ -74,6 +74,7 @@ public static void main(String[] args) throws Exception {
74
.create();
75
client.start();
76
Thread.sleep(sleep);
77
+ System.out.println("================clientNum:" + i);
78
}
79
80
0 commit comments