Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support goodbye sources #10

Merged
merged 1 commit into from
Jan 15, 2022
Merged

Conversation

achingbrain
Copy link
Collaborator

If the sink in a duplex does not end until the source ends, we need to end the pushable stream used to propagate errors when the source ends, otherwise the returned merged source never ends and everything hangs.

If the sink in a duplex does not end until the source ends, we need
to end the pushable stream used to propagate errors when the source
ends, otherwise the returned merged source never ends and everything
hangs.
@codecov
Copy link

codecov bot commented Jan 15, 2022

Codecov Report

Merging #10 (cb1cf51) into master (89df9be) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          303       344   +41     
  Branches        49        58    +9     
=========================================
+ Hits           303       344   +41     
Flag Coverage Δ
chrome 100.00% <ø> (ø)
node 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
test/index.spec.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d70c215...cb1cf51. Read the comment docs.

@achingbrain achingbrain merged commit 1e4bc73 into master Jan 15, 2022
@achingbrain achingbrain deleted the fix/fix-goodbye-sources branch January 15, 2022 10:39
github-actions bot pushed a commit that referenced this pull request Jan 15, 2022
### [2.0.3](v2.0.2...v2.0.3) (2022-01-15)

### Bug Fixes

* support goodbye sources ([#10](#10)) ([1e4bc73](1e4bc73))
@github-actions
Copy link

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant