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
z_sample_timestamp returns a const pointer to timestamp in zenoh-c and value in pico. We should decide on which approach to keep. Returning pointer has the advantage that we can return null when no timestamp is associated with the sample (Zenoh-rust returns Option<&Timestamp>)
Describe the release item
z_sample_source_info include/zenoh_commons.h#L2801unstable, moved to Add source info types and options #451The text was updated successfully, but these errors were encountered: