DesignPatterns icon indicating copy to clipboard operation
DesignPatterns copied to clipboard

解决并发共用校验器链,导致校验器链丢失校验器的问题

Open chowsanity2 opened this issue 4 years ago • 0 comments

简单做了性能测试,发现部分线程校验流程缺失。对文件内容校验器链做了优化,相关类实现序列化接口克隆校验器链,入口实现多例避免并发带来的问题。测试类暂时没有提交。

chowsanity2 avatar Jul 29 '21 03:07 chowsanity2