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 was archived by the owner on Jan 9, 2025. It is now read-only.
When I reset and store the application root, after calling issueFullFileCheck() the old inaccessible data seems to be still in the storage (judging from the size).
Environment Details
Describe the bug
When I reset and store the application root, after calling
issueFullFileCheck()the old inaccessible data seems to be still in the storage (judging from the size).To Reproduce
Expected behavior
The storage is shrinked to only contain the current root.
Additional context
I observe the same behaviour when I wrap my byte array into a root object, and repeatedly re-initialize the array and call
storeRoot().