Skip to content

Commit

Permalink
fix regression with graph_guard_condition not triggering when entity …
Browse files Browse the repository at this point in the history
…is removed

Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Aug 6, 2024
1 parent a9b34e2 commit eb936da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_zenoh_cpp/src/detail/rmw_context_impl_s.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void rmw_context_impl_s::graph_sub_data_handler(const z_sample_t * sample, void
break;
case z_sample_kind_t::Z_SAMPLE_KIND_DELETE:
data_ptr->graph_cache_->parse_del(keystr._cstr);
break;
default:
return;
}
Expand Down

0 comments on commit eb936da

Please sign in to comment.