spnettec commented on code in PR #818: URL: https://github.com/apache/plc4x/pull/818#discussion_r1114488571
########## plc4j/tools/connection-cache/src/main/java/org/apache/plc4x/java/utils/cache/LeasedPlcConnection.java: ########## @@ -92,15 +102,139 @@ public PlcReadRequest.Builder readRequestBuilder() { if(connection == null) { throw new PlcRuntimeException("Error using leased connection after returning it to the cache."); } - return connection.readRequestBuilder(); + final PlcReadRequest.Builder innerBuilder = connection.readRequestBuilder(); Review Comment: This is for handling request failure and close the raw connection -- 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