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.44k stars 151 forks source link

remove `clone` from `Publisher` #1371

Closed milyin closed 3 weeks ago

milyin commented 4 weeks ago

Describe the release item

when publisher is undeclared, it's clones ceases to work too. This may be unexpected and confusing for user. So better not to provide clone on undeclareable objects. User always can wrap it to Arc<Mutex<...>> if necessary

wyfo commented 3 weeks ago

Already done in #1370