Reader receive changes about transport #5798
-
When writer A and reader B is in the same machine but not the same participant. If they both have SHM transport and udp transport, then reader B receive change just from SHM transport or both. why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Only from SHM, other locators are discarded because the writer filters the destination locators by calling this method. You might see some UDP traffic for participant discovery, but not for the topic where the DataWriter and the DataReader are talking. |
Beta Was this translation helpful? Give feedback.
-
好的,收到了你的邮件,我会尽快查看。
|
Beta Was this translation helpful? Give feedback.
Only from SHM, other locators are discarded because the writer filters the destination locators by calling this method.
You might see some UDP traffic for participant discovery, but not for the topic where the DataWriter and the DataReader are talking.