-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
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
[0.74.0-rc.5] - Memory leak when using fetch with new arch #43647
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
🌐Networking
Related to a networking API.
Resolution: Fixed
A PR that fixes this issue has been merged.
Comments
migueldaipre
added
Needs: Triage 🔍
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
labels
Mar 26, 2024
migueldaipre
changed the title
Memory leak when using fetch with new arch
[0.74.0-rc.5] - Memory leak when using fetch with new arch
Mar 26, 2024
cortinico
added
Needs: Author Feedback
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
and removed
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Needs: Triage 🔍
labels
Mar 26, 2024
github-actions
bot
added
Needs: Attention
Issues where the author has responded to feedback.
and removed
Needs: Author Feedback
labels
Mar 26, 2024
Closed
hello we got same here on Android |
Both platforms have been fixed in 0.75-rc3 |
cortinico
added
Resolution: Fixed
A PR that fixes this issue has been merged.
and removed
Needs: Attention
Issues where the author has responded to feedback.
labels
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
🌐Networking
Related to a networking API.
Resolution: Fixed
A PR that fixes this issue has been merged.
Description
Use the Fetch API and see memory consumption increase without the automatic cleaning of the garbage collector.
Related #42374 #39100 facebook/hermes#1147
Steps to reproduce
React Native Version
0.74.0-rc.5
Affected Platforms
Runtime - iOS
Areas
TurboModule - The New Native Module System
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/migueldaipre/RN74FetchLeak
Screenshots and Videos
ios-fetch-leak.mp4
The text was updated successfully, but these errors were encountered: