cyclonedds-python icon indicating copy to clipboard operation
cyclonedds-python copied to clipboard

`idl:` CDR compatibility for unbounded `sequences` & `list`

Open Splinter1984 opened this issue 3 months ago • 0 comments
trafficstars

According to issue #2247, an unbounded sequence and a list of the same subtype have incompatible CDR(v2) as a result of the serialisation operation. By following thought from https://github.com/eclipse-cyclonedds/cyclonedds/issues/2247#issuecomment-3068601131, this commit changes serialisation steps to follow existing sequence ser. process.

Splinter1984 avatar Jul 22 '25 12:07 Splinter1984