Skip to content

Commit

Permalink
chore: Updated some of the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 29, 2023
1 parent d2adee9 commit e873b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exc
}
}
});
// Fix for https://github.com/apache/plc4x/issues/801
// If any exception goes through the pipeline unhandled, close the connection.
pipeline.addLast(
new ChannelInboundHandlerAdapter() {
@Override
Expand Down

0 comments on commit e873b40

Please sign in to comment.