Luca Cominardi

Results 160 comments of Luca Cominardi

@yellowhatter could you verify if this issue is still relevant with the rework SHM being done in https://github.com/eclipse-zenoh/zenoh/tree/dev/1.0.0?

`PullSubscriber` has been removed in https://github.com/eclipse-zenoh/zenoh/tree/dev/1.0.0. Therefore, the issue only applies to `Queryable`.

I believe https://github.com/eclipse-zenoh/zenoh/pull/1131 solved this issue and it can be hence closed. @YuanYuYuan ?

Similar to what done in `zenoh` where a different `examples` module has been created, also in zenoh-ext we should have a separate `examples` module to avoid cargo features conflict. See...

The proposal looks good to me and makes the API more coherent.

According to latest discussion, `zenoh::open()` will keep accepting `Config` as of Today. @milyin I believe we can close the issue.

@diogomatsubara could please have a look at this PR?

@oteffahi could you please review this PR as well?

This is addressed in the new SHM API in https://github.com/eclipse-zenoh/zenoh/tree/dev/1.0.0. See: https://github.com/eclipse-zenoh/zenoh/blob/73961dd87b66f16160526385d614b53e24422fec/examples/examples/z_sub_shm.rs#L43

Hello, Sorry for the late response. If you want to use a callback-based subscriber, you can have a look at this [example](https://github.com/eclipse-zenoh/zenoh-python/blob/master/examples/z_sub.py). Instead, if you want to use a queue...