goconfig
goconfig copied to clipboard
Fix lock handling in GetValue for recursive calls
Ensures that the read lock is properly released before making recursive GetValue calls when BlockMode is enabled, preventing potential deadlocks.