Luca Cominardi
Luca Cominardi
> @Mallets @OlivierHecart can you consider my proposal above of moving `Sample` to an accessor pattern? I think the proposal is in principle ok. The question is: should this PR...
> I'm fine with either, but I'd like at least `Qos` to come out with the accessor+builder API from the get-go. > > Keep in mind that if we unblock...
An update of the protocol is being developed in [#protocol_change](https://github.com/eclipse-zenoh/zenoh/tree/protocol_changes) branch.
@milyin is this issue still relevant or #583 solved it?
Default variants of `enums` (e.g. [CongestionControl](https://docs.rs/zenoh-protocol/0.10.1-rc/src/zenoh_protocol/core/mod.rs.html#380)) are somehow not propagated in the docs. An associated `const DEFAULT` is being added to all those types in https://github.com/eclipse-zenoh/zenoh/pull/729/files. By doing so, it...
#566 is expected to land soon. I'd suggest to rebase this PR on #566 and to coordinate with @YuanYuYuan regarding task handling and management.
@YuanYuYuan @sashacmc I believe we can close this PR since it has been addressed by #691 and #742 ?
The `write` in `Publisher` was added to support `streams` in Rust. I would argue to move the `write` under a specific trait in Rust. This would allow to differentiate an...
Closed by #764 which has been merged in https://github.com/eclipse-zenoh/zenoh/tree/protocol_changes. It will be eventually merged in main.
It looks like the OS returned `Resource Temporarily Unavailable (error 35)` while spawning new threads for the `async` executor. Is the issue above always happening on your machine or was...