Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 13, 2024
1 parent 08768e9 commit 937144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/api/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ impl SessionInner {
self.task_controller
.spawn_with_rt(zenoh_runtime::ZRuntime::Net, async move {
for token in known_tokens {
callback(Sample {
callback.call(Sample {
key_expr: token,
payload: ZBytes::empty(),
kind: SampleKind::Put,
Expand All @@ -1624,7 +1624,7 @@ impl SessionInner {
source_info: SourceInfo::empty(),
#[cfg(feature = "unstable")]
attachment: None,
})
});
}
});
}
Expand Down

0 comments on commit 937144a

Please sign in to comment.