This is an automated email from the ASF dual-hosted git repository. cgarcia pushed a commit to branch fix/s7hmux in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 83360f6ac1c28ffa7dfb1eeea3ae7e66c4c3fee1 Author: César José García León <[email protected]> AuthorDate: Mon Apr 21 19:50:39 2025 -0400 Try to detect buffer release. --- .../org/apache/plc4x/java/s7/readwrite/protocol/S7HPlcConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7HPlcConnection.java b/plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7HPlcConnection.java index 821fc6c1c9..dbf749b4f8 100644 --- a/plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7HPlcConnection.java +++ b/plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7HPlcConnection.java @@ -166,7 +166,7 @@ public class S7HPlcConnection extends DefaultNettyPlcConnection implements Runna } ((S7HMux) s7hmux).setEmbededhannel(channel, configuration); -// channel.pipeline().addFirst((new LoggingHandler("CEOS"))); + //channel.pipeline().addFirst((new LoggingHandler("CEOS"))); /* channel.closeFuture().addListener(future -> { if (!sessionSetupCompleteFuture.isDone()) {
