diff --git a/io/zenoh-links/zenoh-link-unixpipe/src/unix/unicast.rs b/io/zenoh-links/zenoh-link-unixpipe/src/unix/unicast.rs index 156698d195..6dad8abc15 100644 --- a/io/zenoh-links/zenoh-link-unixpipe/src/unix/unicast.rs +++ b/io/zenoh-links/zenoh-link-unixpipe/src/unix/unicast.rs @@ -494,6 +494,7 @@ impl LinkUnicastTrait for UnicastPipe { #[inline(always)] fn is_reliable(&self) -> bool { + // test true } diff --git a/zenoh/src/net/routing/interceptor/mod.rs b/zenoh/src/net/routing/interceptor/mod.rs index 7503580405..3abfad67e7 100644 --- a/zenoh/src/net/routing/interceptor/mod.rs +++ b/zenoh/src/net/routing/interceptor/mod.rs @@ -47,8 +47,8 @@ pub(crate) type InterceptorFactory = Box Vec { // Add interceptors here // @TODO build the list of intercetors with the correct order from the config - // vec![Box::new(LoggerInterceptor {})] - vec![] + vec![Box::new(LoggerInterceptor {})] + //vec![] } pub(crate) struct InterceptorsChain {