Skip to content

Commit

Permalink
Replies routing optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 11, 2020
1 parent c30eab8 commit c70a292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-router/src/routing/queries.rs
Expand Up @@ -181,7 +181,7 @@ pub(crate) async fn route_reply(_tables: &mut Tables, face: &mut Arc<Face>, qid:
Some(query) => {
match reply {
Reply::ReplyData {..} | Reply::SourceFinal {..} => {
query.src_face.primitives.clone().reply(query.src_qid, reply.clone()).await;
query.src_face.primitives.clone().reply(query.src_qid, reply).await;
}
Reply::ReplyFinal {..} => {
unsafe {
Expand Down

0 comments on commit c70a292

Please sign in to comment.