ava-innersource / Liquid-Application-Framework-1.0-deprecated

Liquid is a framework to speed up the development of microservices
MIT License
25 stars 14 forks source link

LightHealth.CartridgesStatus has concurrency risks #94

Open bruno-brant opened 4 years ago

bruno-brant commented 4 years ago

There's a static dictionary on LightHealth called CartridgesStatus that isn't thread-safe but is being used on a threaded context.