You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending SHM buffers across machines, we check the SHM buffer availability on the receiver side with this function. However, this reports an error that is NOT shown in zenoh rust example. Since we had already properly returned the result in the zenoh-c function, do we need to duplicate this error in the log?
To reproduce
Build the examples z_pub_shm and z_sub_shm.
Run the two examples on different hosts.
The error log is shown below.
2024-11-12T06:35:36.001040Z INFO ThreadId(02) zenoh::net::runtime::orchestrator: Zenoh can be reached at: tcp/192.168.0.109:341332024-11-12T06:35:36.001490Z INFO ThreadId(02) zenoh::net::runtime::orchestrator: zenohd listening scout messages on 224.0.0.224:7446Declaring Subscriber on 'demo/example/**'...Enter 'q' to quit...2024-11-12T06:35:36.176089Z ERROR rx-1 ThreadId(07) zenohcd::zbytes: Failed to convert the payload>> [Subscriber] Received PUT ('demo/example/zenoh-rs-pub': '[ 91] Pub from Rust SHM!') [RAW]2024-11-12T06:35:37.175526Z ERROR rx-1 ThreadId(07) zenohcd::zbytes: Failed to convert the payload>> [Subscriber] Received PUT ('demo/example/zenoh-rs-pub': '[ 92] Pub from Rust SHM!') [RAW]
In opposite to other as_* like as_string, as_shm is used to probe the buffer on shm nature, and unsuccessful result is not as hard error as for orther APIs
Describe the bug
When sending SHM buffers across machines, we check the SHM buffer availability on the receiver side with this function. However, this reports an error that is NOT shown in zenoh rust example. Since we had already properly returned the result in the zenoh-c function, do we need to duplicate this error in the log?
To reproduce
System info
The text was updated successfully, but these errors were encountered: