chrisdutz commented on issue #1391:
URL: https://github.com/apache/plc4x/issues/1391#issuecomment-1936662357

   I think I have found the issue:
   - When reading a Struct/UDT, we get a chunk of bytes back from the server. 
The Tag information defines which element is located where and how long it is. 
   - Some times the start of the next tag leaves a gap and when parsing we 
simply skip those bytes
   - Currently when writing we don't fill these gaps (This is what needs to be 
changed)
   
   I have contacted my guy at Beckhoff, asking him if it's safe to simply fill 
these gaps with zero-bytes, or if we need to fetch the chunk we want to update 
first and then to update it, leaving the skipped bytes unchanged.


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