Why does Blazor wasm GC Collect not work as expected? #27170
Unanswered
andersson09
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Running the following code in a normal console app in release mode works as expected and returns false. However, the same code running in blazor wasm does not. How does one force garbage collection in blazor?
Is this something to do with the component still holding a reference?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions