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
zenoh-c doesn't give access to replier_id field of Reply structure
This is to be done after Reply rework (TODO: add reference to issue/pr)
pubstructReply{/// The result of this Reply.// tags{rust.reply.sample}// tags{api.reply.get_sample}// tags{api.reply.get_error}// tags{api.reply.is_ok}pubsample:Result<Sample,Value>,/// The id of the zenoh instance that answered this Reply.// tags{rust.reply.replier_id, api.reply.replier_id.get}pubreplier_id:ZenohId,}
The text was updated successfully, but these errors were encountered:
Describe the release item
zenoh-c doesn't give access to
replier_id
field of Reply structureThis is to be done after Reply rework (TODO: add reference to issue/pr)
The text was updated successfully, but these errors were encountered: