Skip to content

Commit

Permalink
Fix NodeInfo update after Reader discovery (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Nov 29, 2024
1 parent f00315c commit 26276e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-plugin-ros2dds/src/discovered_entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ impl DiscoveredEntities {
{
// update the NodeInfo with this Reader's info
node.undiscovered_reader.remove(i);
event = node.update_with_writer(&reader);
event = node.update_with_reader(&reader);
break;
}
}
Expand Down

0 comments on commit 26276e3

Please sign in to comment.