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 w/slow sources in parallel-merge and in write-to-stream (#5)
@dko-slapdash reported a issue with Promise.race() where even when the race promise resolves the callbacks it left on the unresolved promises are not garbage collected. This change no longer calls `Promise.race()` more than once on any promise by removing it completely.
Closes#4
0 commit comments