This commit is contained in:
zyyang 2021-03-05 16:12:26 +08:00
parent 6a5831c438
commit d8c02c10db
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class SubscribeTest {
resSet.close(); resSet.close();
} }
subscribe.close(false); subscribe.close(true);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }