Been focusing tons of time on polish for #mgmtconfig lately! Fixing some bugs, improving performance, making it easier to detect issues too.
I also fixed a sneaky bug that had been hiding for a while. The race detector saw something amiss, but it turned out to be a logic issue, not the lack of a mutex. One of the reasons why I'm glad the #golang map isn't thread-safe by default!
Lastly I removed an old test that started failing. Not sure how it ever passed, a bug was masking this scenario!





