Luca Cominardi

Results 160 comments of Luca Cominardi

@milyin this PR is still marked as Draft and pointing to master. Is it relevant?

Thanks for the up-to-date information. Response below: 1) Ok, nothing weird here. 2) How many threads are you spawning? 3) Nothing extremely weird going on. 4) Moving to `async/sync` will...

> I am running my app with extended backtrace. I will have some results in an hour or two. Based on the screenshot it seems your system is overloaded. I...

Error management could always be improved. But in this particular case `Zenoh` needs to spawn some threads in order to communicate on the network. Assuming the error is somehow bubbled...

SHM Provider API available in https://github.com/eclipse-zenoh/zenoh/tree/dev/1.0.0

It seems the `ZenohId` is set in https://github.com/eclipse-zenoh/zenoh/blob/5601669ae4f1409e2080682acdb54a8f1d700ee8/zenoh/src/session.rs#L2400C58-L2400C65. I believe the current behaviour is not the expected one and the `replier_id` should be an `Option`.

Linking C structure in zenoh-pico: [z_reply_data_t](https://zenoh-pico.readthedocs.io/en/0.10.1-rc/api.html?highlight=z_owned_reply_t#c.z_reply_data_t)

Can you please provide a code snippet on how you create the session?

Thanks! @OlivierHecart: could the initial delay be related to scouting?

> What about pre-initializing discovery data from already existing sessions when creating a new one? - if this would be possible, we could also avoid awaiting for `scouting_delay`. I believe...