-
Notifications
You must be signed in to change notification settings - Fork 35
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
memory leak #26
Comments
Thanks for the report! Any sense of where the root of this is? |
You don't need the return here -- |
Nice catch! Yes, that indeed was the root cause - it looks like it was previously maintaining all prior Promises in the loop within a chain where that was not necessary or desirable. The fixing commit uses your a slight variation of your test. I confirmed the same output on my machine before the fix and with the fix the test passes. |
Test case --
Steps to reproduce --
Actual output --
Expected output --
Running non async-to-gen version with ToT v8
The text was updated successfully, but these errors were encountered: