SncpClientRequest.seqno生成规则优化

This commit is contained in:
redkale
2023-03-23 13:03:13 +08:00
parent 80bad30811
commit 83d04d02da
3 changed files with 28 additions and 3 deletions

View File

@@ -116,7 +116,6 @@ public class SncpTest {
//service.updateBean(bean);
} catch (Exception e) {
e.printStackTrace();
System.exit(1);
} finally {
long a = ai.incrementAndGet();
System.out.println("运行了 " + (a == 100 ? "--------------------------------------------------" : "") + a);