So we were having some concurrency issues related to to that write on the cachedValues dictionary. I was about to make that property atomic/thread safe, but it seems values are being set but never read, so I guess it doesn't make sense to have that dictionary there anymore.
Hey there,
So we were having some concurrency issues related to to that write on the
cachedValues
dictionary. I was about to make that property atomic/thread safe, but it seems values are being set but never read, so I guess it doesn't make sense to have that dictionary there anymore.Cheers