Skip to content

Commit

Permalink
chore: bump zenoh version
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Oct 9, 2024
1 parent 5f8f3cb commit c6e1531
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions zenoh-plugin-dds/src/route_zenoh_dds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ impl RouteZenohDDS<'_> {
.zsession
.declare_subscriber(ke.clone())
.callback(subscriber_callback)
.undeclare_on_drop(true)
.allowed_origin(Locality::Remote) // Allow only remote publications to avoid loops
.querying()
.query_timeout(plugin.config.queries_timeout)
Expand All @@ -204,7 +203,6 @@ impl RouteZenohDDS<'_> {
.zsession
.declare_subscriber(ke.clone())
.callback(subscriber_callback)
.undeclare_on_drop(true)
.allowed_origin(Locality::Remote) // Allow only remote publications to avoid loops
.await
.map_err(|e| {
Expand Down

0 comments on commit c6e1531

Please sign in to comment.