-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Memory leak #209
Comments
Also something ive noticed is that when you add an |
Hey @raymondboswel 👋 Thanks for the reproduction case! Would it be possible to try to reduce the scope of this reproduction case such that it only uses |
@rwaskiewicz I created a new repo from the same codebase. I've also narrowed the source of the leak down somewhat, though I still don't know why it would leak. See |
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Stencil, please create a new issue and ensure the template is fully filled out. Thank you for using Stencil Store! |
Prerequisites
Stencil Store Version
2.0.3
Stencil Version
2.22.2
Current Behavior
Nodes aren't garbage collected when using stencil/store.
Expected Behavior
Nodes should get garbage collected.
Steps to Reproduce
Clone https://github.com/raymondboswel/stencil-redux-example
In terminal a: cd mock-server; node server.ts
In terminal b: npm run start
Open performance monitor, and memory tab. Trigger garbage collector. Take note of nodes count.
Spam click 'Toggle RxJS Todos' button. Trigger garbage collector. Take note of nodes count.
Spam click 'Toggle Stencil/store Todos' button. Trigger garbage collector & notice that nodes count does not decrease.
Code Reproduction URL
https://github.com/raymondboswel/stencil-redux-example
Additional Information
No response
The text was updated successfully, but these errors were encountered: