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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: