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 May 1, 2024. It is now read-only.
Description
When using the toolkit to display an image on a view the resource is never discarded so the amount of memory usage grows all the time.
Stack Trace
CommunityToolkit.Maui.Converters.ByteArrayToImageSourceConverter+<>c__DisplayClass8_0 38635 6358971072 6358971072
Link to Reproduction Sample
Steps to Reproduce
process images to display on the view using the MVVM toolkit
run application and the memory usage just increase
Expected Behavior
after each display of the image, I expect the memory usage to reduce.
Actual Behavior
after each display of the image, the memory continues to increase.
Basic Information
Workaround
none found
Reproduction imagery
The text was updated successfully, but these errors were encountered: