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(WorkerPool): Address memory leak in Chrome from reject/resolve
On Chrome repeated calls to the worker pool can accumulate leaks due to
reject / resolve holding a reference to results even after the
associated Promise has resolved.
Co-authored-by: Forrest Li <[email protected]>
Co-authored-by: Will McCambley <[email protected]>
Co-authored-by: Sankhesh Jhaveri <[email protected]>
0 commit comments