Luca Cominardi

Results 160 comments of Luca Cominardi

Merged into master.

Merged into master.

What are the plans for the WakerSet? In this [issue #728](https://github.com/async-rs/async-std/issues/728) it was stated that WakerSet was meant to be put in the [async-utils](https://github.com/async-rs/async-utils) crate. However, [async-utils](https://github.com/async-rs/async-utils) seems to be...

Closing the issue this is has been addressed independently in #392 .

A Zenoh C++ API is now available here: https://github.com/eclipse-zenoh/zenoh-cpp

Self-reference in `[dev-dependencies]` created some problems in the past for release. @fuzzypixelz @OlivierHecart could you provide more insight on this?

As part of the SHM refine, I believe we should rename `zsliceshm` and `zsliceshmmut` to something more compact. For example: - `zsliceshm` -> `zshm` | `shmbuf` - `zsliceshmmut` -> `zshmmut`...

It seems that more than `zenoh::open` should return a `ZResult::Err`, it's gossip that should handle the case of duplicated `ZenohId`. In any case, I believe the session ID should be...