Luca Cominardi
Luca Cominardi
We are going to investigate this. Did you experience the same behaviour in case of a subscriber in addition to a queryable?
Hello @chachi , we are trying to replicate it and we have managed to get something similar. However, we are not quite sure that is actually related to the `flume::send`...
Hello @expploitt ! For what concerns Zenoh on microcontroller I suggest you to have a look at zenoh-pico here: [https://github.com/eclipse-zenoh/zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico). Zenoh-pico is written in pure C and as such it...
Hello @jerry73204 , *zenoh* is heavily based on `async-std` to support at best multi-core CPUs and high-throughput traffic. As far as I know, `async-std` requires a proper `std` environment to...
I'm gonna close this issue. As stated above, support for constrained devices is provided by [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico). The support for Zephyr has been recently added to zenoh-pico via this [pull request](https://github.com/eclipse-zenoh/zenoh-pico/pull/24)....
Some part of `zenoh` already moved to be `no_std` like protocol definition, buffers, and collections. However, once `async` comes into play it's very hard, if not unpractical, to write code...
I reproduce the same problem
It seems the majority of the changes initially proposed by this PR have already been fixed on main. The latest change left is related to a portion of code that...
The number and extension of optimizations are implementation dependent and may vary at any point in time. The rule to retain and follow is: - Use `session.put` for one-off publication...
@hassomehide if you don't have any additional comment I suggest to close this issue as complete.