-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat: add ability to close channels #824
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this 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.
Fixes #769.