Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there. I’m using the firebase remote config lib in my app.
I found a memory leak problem as shown below screenshot during testing app. The leak is found when I trying fetch method in remote config sdk.
My develop environment :
The text was updated successfully, but these errors were encountered:
This is fixed internally and will be out in the next ABTesting release. For the curious, we weren't invalidating our NSURLSessions.
Internal patch number cr/204376974
In the future, please file SDK bugs (even for closed-source components) at https://github.com/firebase/firebase-ios-sdk/issues.
Hi there.
I’m using the firebase remote config lib in my app.
I found a memory leak problem as shown below screenshot during testing app.
The leak is found when I trying fetch method in remote config sdk.
My develop environment :
The text was updated successfully, but these errors were encountered: