eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.36k stars 142 forks source link

Update lib.rs #1144

Closed yellowhatter closed 3 weeks ago

yellowhatter commented 3 weeks ago

This is a completely wrong error, we need to remove it

yellowhatter commented 3 weeks ago

@milyin @Mallets

Mallets commented 3 weeks ago

Why this error is wrong? shared-memory support is unstable at the moment.

yellowhatter commented 3 weeks ago

Why this error is wrong? shared-memory support is unstable at the moment.

shared-memory support is not unstable, shm API is. It is ok (and intended) to compile zenoh with shared-memory but without unstable and have transparent shm buffers reception and reading support without having access to specific shm API. During further development we might stabilize shm API leaving some of it's pieces unstable (for example, currently not-exising allocator api), and the fact that there is no strict relation between shared-memory and unstable features becomes 100% logical. We just stand in the beginning of this path, having the whole shm API unstable.....