DistributedID-SDK icon indicating copy to clipboard operation
DistributedID-SDK copied to clipboard

分布式雪花算法全局生成器的SDK,DistributedID的SDK方式接入

Results 1 DistributedID-SDK issues
Sort by recently updated
recently updated
newest added

``` end = System.currentTimeMillis(); cast = (end - start) ; allcast += cast; countDownLatch.await(10, TimeUnit.SECONDS); ``` 最后一行代码应该移动到第一行,不然测试出来的结果是错误的