-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛 runAsync has memory problem #3202
Comments
Guten Tag, Hans here 🍻. Thanks for your detailed report! It looks like you've done some good debugging steps already. However, I noticed you mentioned you cannot reproduce this issue in the example app, which makes it tricky for mrousavy to investigate further. Could you provide us with additional logs from Xcode (or adb logcat for Android) when this memory problem occurs? This information will help us better understand ze issue. Also, if you find ze project useful, consider sponsoring mrousavy to support its ongoing development and maintenance. Thank you!
|
Using |
runAsync is known to problematic due to the a bug in the dependency RNWC. Does the app crash after a while? |
Yes. It finally crashed after the memory usage exceeded 1.4GB. |
Might be related to these then, RNWC bug |
What's happening?
Using runAsync will consume a lot of memory.
Reproduceable Code
Relevant log output
Camera Device
Not needed in this case.
Device
iPhone SE (iOS 15)
VisionCamera Version
4.5.3
Can you reproduce this issue in the VisionCamera Example app?
No, I cannot reproduce the issue in the Example app
Additional information
The text was updated successfully, but these errors were encountered: