Always take the item lock when reading/writing configuration values
This was a bit sloppy. In some cases, we had the config fiel lock, but that that does not protect against config_Put*(). In some cases, the lock was only taken for strings but not float/integers.
Showing
Please register or sign in to comment