RustDDS
RustDDS copied to clipboard
Implement `wait_for_acknowledgments`
DDS Spec 2.2.2.4.1.12 wait_for_acknowledgments
https://github.com/jhelovuo/RustDDS/blob/37fdd1c21eb4103c4e7d0a1d97627f4f3d259d91/src/dds/pubsub.rs#L285
and
DDS Spec 2.2.2.4.2.15 wait_for_acknowledgments
https://github.com/jhelovuo/RustDDS/blob/37fdd1c21eb4103c4e7d0a1d97627f4f3d259d91/src/dds/with_key/datawriter.rs#L333
Implemented in DataWriter in https://github.com/jhelovuo/RustDDS/commit/b11f0dfc71f13f25f15077d571fb2963f6ae8dd8 .
Still todo: Implement in Publisher.