chrisdutz commented on a change in pull request #170: URL: https://github.com/apache/plc4x/pull/170#discussion_r452032069
########## File path: plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7ProtocolLogic.java ########## @@ -299,6 +319,14 @@ public void onConnect(ConversationContext<TPKTPacket> context) { return future; } + /** + * This method is only called when there is no Response Handler. + */ + @Override + protected void decode(ConversationContext<TPKTPacket> context, TPKTPacket msg) throws Exception { + throw new IllegalStateException("This should not happen!"); Review comment: I wasn't objecting ... I hope it didn't appear that way ... was more a pointer for myself to continue here to implement correct handling of errors. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org