We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962a63f commit 8ed56a6Copy full SHA for 8ed56a6
ld_openfeature/provider.py
@@ -19,6 +19,9 @@ def __init__(self, client: LDClient):
19
self.__context_converter = EvaluationContextConverter()
20
self.__details_converter = ResolutionDetailsConverter()
21
22
+ def shutdown(self):
23
+ self.__client.close()
24
+
25
def get_metadata(self) -> Metadata:
26
return Metadata("launchdarkly-openfeature-server")
27
0 commit comments