Skip to content

Commit 76bd94b

Browse files
authored
fix: update provider status to Fatal during disposal (#580)
Signed-off-by: André Silva <[email protected]>
1 parent db82a28 commit 76bd94b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OpenFeature.Providers.MultiProvider/MultiProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public async ValueTask DisposeAsync()
280280
{
281281
this._initializationSemaphore.Dispose();
282282
this._shutdownSemaphore.Dispose();
283+
this._providerStatus = ProviderStatus.Fatal;
283284
}
284285
}
285286

0 commit comments

Comments
 (0)