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
From bustle/streaming-iterables#41@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 bug makes a lot of sense and I'm honestly not sure how to manage it in parallelMerge. I do notice we use Promise.race in fromStream and that one is avoidable.
The text was updated successfully, but these errors were encountered:
From bustle/streaming-iterables#41 @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 bug makes a lot of sense and I'm honestly not sure how to manage it inparallelMerge
. I do notice we usePromise.race
infromStream
and that one is avoidable.The text was updated successfully, but these errors were encountered: