What happens when DataWriter::write() returned? #3427
Unanswered
ruoruoniao
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @ruoruoniao, We would need some more information regarding your application Qos configuration to know exactly why it's happening. Since you mentioned you are using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that sometimes since DataWriter::write() returned, DataReader didn't receive published data.
But write() will use a little long time.
What is it waiting for?
What does it mean when it returns?
QoS:
both RELIABLE_RELIABILITY_QOS
both TRANSIENT_LOCAL_DURABILITY_QOS
both max_blocking_time = {10, 0}
Beta Was this translation helpful? Give feedback.
All reactions