dotnetcore / AgileConfig

基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server
MIT License
1.46k stars 296 forks source link

fix potential thread safety issues. #170

Closed InCerryGit closed 4 months ago

InCerryGit commented 4 months ago

fix potential thread safety issues.

kklldog commented 4 months ago

厉害了我的总! 这个问题是,每次都会出现,还是高并发的时候才有啊?

InCerryGit commented 4 months ago

厉害了我的总! 这个问题是,每次都会出现,还是高并发的时候才有啊?

高并发且刚好多个不同线程访问同一md5缓冲区的时候才会出现~

kklldog commented 4 months ago

OK 那影响不大