You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users may want to use z_get with a callback instead of calling z_recv as we do in examples/z_get.c. However, the callback is not allowed to take a z_owned_reply_t as the input according to the definition of z_owned_closure_reply_t.
Describe the bug
Users may want to use
z_get
with a callback instead of callingz_recv
as we do in examples/z_get.c. However, the callback is not allowed to take az_owned_reply_t
as the input according to the definition ofz_owned_closure_reply_t
.zenoh-c/src/closures/reply_closure.rs
Line 21 in 62c3345
System info
The text was updated successfully, but these errors were encountered: