Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Possible Memory Leak in iOS #78

Open
egadstar opened this issue Apr 19, 2022 · 2 comments
Open

Possible Memory Leak in iOS #78

egadstar opened this issue Apr 19, 2022 · 2 comments

Comments

@egadstar
Copy link

I started profiling my app and noticed that there were memory leaks being detected by the Xcode profiler. I'm pulling a JWT token from the storage per API call which seems to trigger a leak.

Screen Shot 2022-04-19 at 5 08 41 PM

@qnrjs42
Copy link

qnrjs42 commented Jul 6, 2022

same issue

@lucienbl
Copy link

lucienbl commented Oct 3, 2022

I confirm this issue, on some devices the app crashed randomly after some time. A "workaround" solution is to pull the token only once at the beginning and keep it in memory (e.g. redux) while the app is open.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants