Description
- A request with many Items is divided within the limits allowed by the size of the PDU.
- If one of the requested Items exceeds the size of the PDU it is trimmed to the maximum size of the PDU. The existing code tries to split the message, but it fails. This generates an unsafe condition.
- Rethink the routine for handling long messages, as an additional layer in Netty.
Attachments
Issue Links
- is related to
-
PLC4X-241 Reading long Int Array
- Open