Skip to content

Commit

Permalink
Expose reply key_expr to interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Jul 24, 2024
1 parent cb9fc8a commit 3a78d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/dispatcher/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ pub(crate) fn route_send_response(
ext_tstamp,
ext_respid,
},
"".to_string(), // @TODO provide the proper key expression of the response for interceptors
key_expr.to_string(),
));
}
None => tracing::warn!(
Expand Down

0 comments on commit 3a78d5d

Please # to comment.