splatch commented on code in PR #1163: URL: https://github.com/apache/plc4x/pull/1163#discussion_r1365448891
########## plc4j/spi/src/main/java/org/apache/plc4x/java/spi/Plc4xNettyWrapper.java: ########## @@ -231,19 +236,21 @@ public Duration getTimeout() { completionCallback.andThen(handler.getPacketConsumer()), handler.getOnTimeoutConsumer(), handler.getErrorConsumer(), + handler::confirmHandled, + handler::confirmError, + handler::cancel, Review Comment: Its my bug then and test should belong to me! ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org