Skip to content

Commit

Permalink
Remove ref to PR #703
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Feb 15, 2024
1 parent 7811590 commit 4d4bdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/hat/client/pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn declare_client_subscription(
ext_tstamp: None,
ext_nodeid: ext::NodeIdType::default(),
body: DeclareBody::DeclareSubscriber(DeclareSubscriber {
id: 0, // @TODO use proper SubscriberId (#703)
id: 0, // @TODO use proper SubscriberId
wire_expr: res.expr().into(),
ext_info: *sub_info,
}),
Expand Down
2 changes: 1 addition & 1 deletion zenoh/src/net/routing/hat/p2p_peer/pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn declare_client_subscription(
ext_tstamp: None,
ext_nodeid: ext::NodeIdType::default(),
body: DeclareBody::DeclareSubscriber(DeclareSubscriber {
id: 0, // @TODO use proper SubscriberId (#703)
id: 0, // @TODO use proper SubscriberId
wire_expr: res.expr().into(),
ext_info: *sub_info,
}),
Expand Down

0 comments on commit 4d4bdb2

Please sign in to comment.