You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: memory leak in finalization first appearing in v6.16.0 (#3445)
* fix: memory leak
Holding a reference to the stream in the finalization registry causes a memory leak, even when consuming the body.
* docs: add comment explaining the strong reference
* typo
0 commit comments