diff --git a/BitFaster.Caching/Atomic/AtomicFactory.cs b/BitFaster.Caching/Atomic/AtomicFactory.cs index 446358d2..e9f9aae5 100644 --- a/BitFaster.Caching/Atomic/AtomicFactory.cs +++ b/BitFaster.Caching/Atomic/AtomicFactory.cs @@ -174,9 +174,7 @@ public V CreateValue(K key, TFactory valueFactory) where TFactory : st // If a previous thread called the factory and failed, throw the same error instead // of calling the factory again. if (exceptionDispatch != null) - { exceptionDispatch.Throw(); - } try {