Skip to content

fix: Update .merge() to cope with slow outer streams - #59

Merged
giraugh merged 1 commit into
mainfrom
fix/fix-merge-failing-on-slow-outer
Oct 22, 2025
Merged

fix: Update .merge() to cope with slow outer streams#59
giraugh merged 1 commit into
mainfrom
fix/fix-merge-failing-on-slow-outer

Conversation

@giraugh

Copy link
Copy Markdown
Contributor

Updates .merge() so that it does not drop inner values even when running slowly

@giraugh
giraugh requested a review from mdboonOctober 17, 2025 06:33
@giraughgiraugh self-assigned this Oct 17, 2025
@giraughgiraugh added the bug Something isn't working label Oct 17, 2025
@changeset-bot

changeset-botBot commented Oct 17, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f1f6f1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
windpipePatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@giraugh
giraughforce-pushed the fix/fix-merge-failing-on-slow-outer branch from 6707ad8 to f1f6f1fCompareOctober 17, 2025 06:33

@dnjohnsondnjohnson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you enforcing back-pressure on the outer stream to slow the rate on the inner stream? Feels messy but who am I to argue...

@giraugh
giraugh merged commit 21ab184 into mainOct 22, 2025
1 check passed
@giraugh
giraugh deleted the fix/fix-merge-failing-on-slow-outer branch October 22, 2025 02:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@giraugh@dnjohnson