Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

feat: add ability to close channels#824

Merged
thebrianchen merged 8 commits intomasterfrom
bc/terminate
Dec 19, 2019
Merged

feat: add ability to close channels#824
thebrianchen merged 8 commits intomasterfrom
bc/terminate

Conversation

@thebrianchen
Copy link
Copy Markdown

@thebrianchen thebrianchen commented Dec 18, 2019

Fixes #769.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 18, 2019
@thebrianchen thebrianchen changed the title feat: Add ability to close channels feat: add ability to close channels Dec 18, 2019
@thebrianchen thebrianchen self-assigned this Dec 18, 2019
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 18, 2019

Codecov Report

Merging #824 into master will decrease coverage by 0.07%.
The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #824      +/-   ##
==========================================
- Coverage   90.35%   90.27%   -0.08%     
==========================================
  Files          25       25              
  Lines        2820     2828       +8     
  Branches      707      708       +1     
==========================================
+ Hits         2548     2553       +5     
- Misses        119      122       +3     
  Partials      153      153
Impacted Files Coverage Δ
dev/src/index.ts 96.37% <0%> (-0.3%) ⬇️
dev/src/pool.ts 94.64% <71.42%> (-3.32%) ⬇️

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 25472e1...95a82b9. Read the comment docs.

@bcoe bcoe changed the title feat: add ability to close channels [test conventional] feat: add ability to close channels Dec 18, 2019
@bcoe bcoe changed the title [test conventional] feat: add ability to close channels feat: add ability to close channels Dec 18, 2019
Comment thread dev/src/index.ts Outdated
Comment thread dev/src/index.ts Outdated
Comment thread dev/src/index.ts
Comment thread dev/src/index.ts Outdated
Comment thread dev/src/index.ts Outdated
Copy link
Copy Markdown
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

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

This looks good. @chenbrian is going to investigate what happens to snapshot listeners when terminate() is called. If the behavior is sane, we can merge and release.

Comment thread dev/src/index.ts Outdated
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose an API to close channels

3 participants