Hi.
I've not been using this long but I'm struggling to get varying sequence lengths to make it from the publisher to the subscriber. ie, an anbounded sequence defaults to 100, fine, but if I use 'ensure_length' to set the max to (say) 20 and fill in 20 items, then the subscriber still gets a length of 100. The 20 length isn't making it accross.
Even with the HelloIDL c# sample, if I try and reset the length, the full bounded (in this case) size still is reported as the sequence length at the subscriber.