Skip to content

Commit

Permalink
ArcSessionExt trait removed
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Feb 23, 2024
1 parent ecf81c9 commit 9547868
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 28 deletions.
80 changes: 53 additions & 27 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zenoh-plugin-ros2dds/src/route_publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use zenoh::prelude::r#async::AsyncResolve;
use zenoh::prelude::*;
use zenoh::publication::Publisher;
use zenoh_core::SyncResolve;
use zenoh_ext::{ArcSessionExt, PublicationCache};
use zenoh_ext::{PublicationCache, SessionExt};

use crate::dds_types::{DDSRawSample, TypeInfo};
use crate::dds_utils::{
Expand Down

0 comments on commit 9547868

Please sign in to comment.