andvasp commented on code in PR #2674:
URL: https://github.com/apache/plc4x/pull/2674#discussion_r3737312134


##########
plc4j/drivers/eip/src/main/java/org/apache/plc4x/java/eip/base/EipTcpConnection.java:
##########
@@ -278,11 +278,21 @@ private CompletableFuture<Void> probeAttributes() {
         });
     }
 
-    private CompletableFuture<Void> checkAttributesSingle() {
+    private CipService getCipService(EipPacket response) {

Review Comment:
   I created this method to encapsulate the logic for get the CipService. I 
believe it could also be applied elsewhere, even though the logic isn't exactly 
the same.
   
   Let me know what you think.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to