Hi Throb,
I have an exception at
à System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(TKey key, TValue value)
à Obtics.ProviderFinder`3.GetValue(TKey key)
because an other thread has already add this key.
Thanks,
Vincent
Comments: ** Comment from web user: Throb **
I have an exception at
à System.Runtime.CompilerServices.ConditionalWeakTable`2.Add(TKey key, TValue value)
à Obtics.ProviderFinder`3.GetValue(TKey key)
because an other thread has already add this key.
Thanks,
Vincent
Comments: ** Comment from web user: Throb **
Tx for reporting that. 'Add' doesn't behave as I thought.. fixed.