Skip to content

Commit

Permalink
Add note about why it's added
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Sep 29, 2024
1 parent af56124 commit 6a87845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void inject() {
ChannelInitializer<Channel> wrapper = new ChannelInitializer<Channel>() {
@Override
protected void initChannel(Channel channel) {
// Check if the channel is open, see #547
if (!channel.isOpen()) {
return;
}
Expand Down

0 comments on commit 6a87845

Please sign in to comment.