You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently ran into an issue where one of our applications wouldn't gracefully shutdown. After debugging we found out that the OkHttp thread created by the FlagsmithClient is not closed properly when using the FlagsmithProvider of OpenFeature.
According to Flagsmith's documentation you can call the close function to clean up all resources. It seems like the FlagsmithProvider does not implement the shutdown function and thus does not call close on the FlagsmithClient.
The text was updated successfully, but these errors were encountered:
We've recently ran into an issue where one of our applications wouldn't gracefully shutdown. After debugging we found out that the
OkHttp
thread created by theFlagsmithClient
is not closed properly when using the FlagsmithProvider of OpenFeature.According to Flagsmith's documentation you can call the
close
function to clean up all resources. It seems like theFlagsmithProvider
does not implement theshutdown
function and thus does not callclose
on theFlagsmithClient
.The text was updated successfully, but these errors were encountered: