Juhana Helovuo

Results 58 comments of Juhana Helovuo

Yes, it is non-blocking as you are guessing. Both the non-blocking behaviour and missing `try_` from the name are such because the DDS specification says so. The documentation included with...

This seems to be done since Release 0.8.x

This issue seems outdated due to the great Discovery serialize/deserialize rewrite between 0.8.2 and 0.8.3.

These are implemented in version 0.8.

Status update: Topic * INCONSISTENT_TOPIC - available from `DomainParticipantStatusEvent` Subscriber * DATA_ON_READERS - not necessary, as operation is poll() -based anyway. DataReader * SAMPLE_REJECTED - **missing** * LIVELINESS_CHANGED - **missing**...

The basic thing to do is to replace all uses of mio-0.6.x with mio-0.8 equivalents. This is otherwise straightforward, but [mio-extras](https://crates.io/crates/mio-extras) is only supported up to mio-0.6.x. There is a...

RustDDS 0.8 supports both mio-0.6 and mio-0.8 at the API.

Closing due to inactivity.

Async is now supported, so closing.