Skip to content

Commit

Permalink
chore: Removed some unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Mar 22, 2024
1 parent d05711a commit ddbf5a0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ public void onConnect(ConversationContext<TPKTPacket> context) {
TPKTPacket packet = new TPKTPacket(createCOTPConnectionRequest(
s7DriverContext.getCalledTsapId(), s7DriverContext.getCallingTsapId(), s7DriverContext.getCotpTpduSize()));

context.getChannel().pipeline().names().forEach(s -> {
logger.debug("Nombre tuberias: " + s);
});


context.sendRequest(packet)
.onTimeout(e -> {
logger.info("Timeout during Connection establishing, closing channel...");
Expand Down

0 comments on commit ddbf5a0

Please sign in to comment.