This commit is contained in:
zyyang 2021-02-06 17:43:37 +08:00
parent 62ddd55b15
commit 73a84d55ca
1 changed files with 1 additions and 1 deletions

View File

@ -63,11 +63,11 @@ public class SubscribeTest {
} }
System.out.println("\n======" + a + "=========="); System.out.println("\n======" + a + "==========");
} }
resSet.close();
a++; a++;
if (a >= 2) { if (a >= 2) {
break; break;
} }
// resSet.close();
} }
subscribe.close(true); subscribe.close(true);