eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.02k stars 38 forks source link

TypeSetter in publish_subscribe shall use reference instead of move #377

Closed elfenpiff closed 2 months ago

elfenpiff commented 2 months ago

(Code) Example Of Cumbersome API

The type setter functions move the argument of the payload type instead of using a reference. Change this.