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


##########
plc4j/drivers/eip/src/main/java/org/apache/plc4x/java/eip/base/EipTcpConnection.java:
##########
@@ -795,8 +788,7 @@ private PlcReadResponse decodeReadResponse(CipService p, 
PlcReadRequest readRequ
             List<CipService> arr = new ArrayList<>(nb);
             try {
                 byte[] servicesData = responses.getServicesData();
-                ReadBufferByteBased read = new 
ReadBufferByteBased(servicesData,
-                    WithByteBasedOption.WithByteOrder("LITTLE_ENDIAN"));
+                ReadBufferByteBased read = 
messageCodec.createReadBuffer(servicesData);

Review Comment:
   I tested here just changing "LITTLE_ENDIAN" to "BIG_ENDIAN" and still 
raising the same error: "No encoding defined for unsigned integer values" when 
using connection manager.



-- 
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