-
Notifications
You must be signed in to change notification settings - Fork 127
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
fix: clear abort timeout after response was received #369
Conversation
699528c
to
194c886
Compare
@pi0 I have tested my fork on my big production project and this have stopped memory groving on my project, it doesn't go as high as 1-2GB and stops on ~400MB. If this could be reviewed & merged we would be so happy :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Landed in 1.3.4, please let me know if it made any difference @daniluk4000 |
Appreciate it! I have already tested this in production, will update and re-test. Anyone using timeout + asyncContext + SSR should experience heavy memory decrease. |
Works like a charm |
π Linked issue
#361
β Type of change
π Description
Resolves #361.
Alternative PR to #362. Changes:
π Checklist