Allen Wang
Allen Wang
一样的问题,明明登陆成功却不能提交,总是报如下错误,我用的版本是clion, 插件版本7.3 不太知道如何更新或者回退插件版本,有没有大佬解决了这个问题的 
That's weird because these commands are from your example README. However, if I directly use `cyclonedds-cxx/build/bin/cxxThroughputPublisher` , `cyclonedds-cxx/build/bin/cxxThroughputSubscriber`, then the output will be: ``` === [Subscriber] Cycles: 0 | PollingDelay:...
Thanks @eboasson and Sorry for calling all contributors. I didnt dive deep in qos settings. My question, in a word, is there any way we can keep this example working...
Cool, I have another question after testing the new master branch, with and without shm support. I'm surprised that the transfer rate is almost the same no matter we use...
nvm, I realize this Throughput example cannot run with shm, I'm trying to write a ShmThroughput example for cycloneDDS. lmk if I can make a pr to push the work
wondering how you resolve above queue.Empty errors eventually? I have exact the same errors
I realized that the ops are just masks, so im wondering if there's a mask that can match all possible message type/size
Finally locate to this block https://github.com/eclipse-cyclonedds/cyclonedds/blob/bed9f70e871846fc2684fe176543ea082eb332af/src/core/ddsc/src/dds_serdata_default.c#L949-L954 , for some reason, it will use the `DDS_OP_TYPE_` as actual size, rather than the real sample size, which is "actual". Made following changes...