优化ProtocolCodec的续读功能

This commit is contained in:
redkale
2023-11-29 22:59:13 +08:00
parent ba788eec9c
commit a4b277e875
6 changed files with 21 additions and 2 deletions

View File

@@ -66,6 +66,6 @@ public class SncpSleepTest {
System.out.println("耗时: " + e + " ms");
server.shutdown();
workExecutor.shutdown();
Assertions.assertTrue(e < 900);
Assertions.assertTrue(e < 600);
}
}