-
Notifications
You must be signed in to change notification settings - Fork 569
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
[3] AltStore&AltContainer has memory leak #1497
Labels
[3] Bug
Classification indicating the existing implementation does not match the intention of the design
Milestone
Comments
@svk31 is this an issue and does it require some hours to be looked at or fixed? |
@roths did you observe a problem with the wallet? If not please close. |
svk31
added a commit
to bitshares/alt
that referenced
this issue
Oct 9, 2018
svk31
added a commit
to bitshares/alt-container
that referenced
this issue
Oct 9, 2018
svk31
added a commit
to bitshares/alt-react
that referenced
this issue
Oct 9, 2018
@roths Thanks for reporting this, you were indeed correct and all three libraries had major memory leaks in the subscription arrays, which in our case were probably quite serious since we have so many components making use of them! |
sweet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[3] Bug
Classification indicating the existing implementation does not match the intention of the design
AltStore&AltContainer has memory leak
AltStore problem detail in here:
goatslacker/alt#725
AltContainer problem detail in here:
altjs/container#11
alt-react have same problem with AltContainer but i dont pull request to it
The text was updated successfully, but these errors were encountered: