-
Notifications
You must be signed in to change notification settings - Fork 39
fix: make TransportChannel autocloseable #212
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
Conversation
.setBackgroundResources( | ||
Collections.<BackgroundResource>singletonList(transportChannel)) | ||
.build(); | ||
} |
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.
where is the catch block for this try?
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.
Done
Codecov Report
@@ Coverage Diff @@
## master #212 +/- ##
============================================
- Coverage 75.17% 75.14% -0.04%
Complexity 593 593
============================================
Files 42 42
Lines 3646 3649 +3
Branches 251 251
============================================
+ Hits 2741 2742 +1
- Misses 757 759 +2
Partials 148 148
Continue to review full report at Codecov.
|
@simonz130 ,PTAL |
Fixes #211