I am looking a simple example of unbounded sequence type. For example:
struct mySeq{
sequence<short> data;
}
How do I fill in the random data on the publisher, and parse it on the subscriber?
Thanks
You may find this blog post useful: Unbounded Support For Sequences and Strings
You may find this blog post useful: Unbounded Support For Sequences and Strings