chrisdutz commented on issue #2239: URL: https://github.com/apache/plc4x/issues/2239#issuecomment-3248016618
The problem with that, is that while reading it's OK to read additional bytes that are not needed. However when writing, we would need to fetch the original content first, in order to know that value should be in the bytes in-between. Then we would write that data back, but that could have changed in the time between the last read and the write. That's why I didn't implement it. For safety reasons. And admittedly I'm not planning on doing it. -- 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]
