Skip to content

Commit

Permalink
Sync lockfile with Zenoh 3740564 from 2024-10-08 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Oct 8, 2024
1 parent 36a6702 commit 196629e
Show file tree
Hide file tree
Showing 2 changed files with 30 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.

5 changes: 3 additions & 2 deletions zenoh-plugin-dds/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ use tokio::task::JoinHandle;
use tracing::{debug, error, info, trace, warn};
use zenoh::{
bytes::{Encoding, ZBytes},
handlers::FifoChannelHandler,
internal::{
plugins::{RunningPlugin, RunningPluginTrait, ZenohPlugin},
runtime::Runtime,
Expand Down Expand Up @@ -783,7 +784,7 @@ impl<'a> DdsPluginRuntime<'a> {
group_subscriber: &Receiver<Sample>,
dds_disco_rcv: &Receiver<DiscoveryEvent>,
admin_keyexpr_prefix: OwnedKeyExpr,
admin_queryable: &Queryable<flume::Receiver<Query>>,
admin_queryable: &Queryable<FifoChannelHandler<Query>>,
) {
debug!(r#"Run in "local discovery" mode"#);

Expand Down Expand Up @@ -976,7 +977,7 @@ impl<'a> DdsPluginRuntime<'a> {
group_subscriber: &Receiver<Sample>,
dds_disco_rcv: &Receiver<DiscoveryEvent>,
admin_keyexpr_prefix: OwnedKeyExpr,
admin_queryable: &Queryable<flume::Receiver<Query>>,
admin_queryable: &Queryable<FifoChannelHandler<Query>>,
) {
debug!(r#"Run in "forward discovery" mode"#);

Expand Down

0 comments on commit 196629e

Please sign in to comment.