zenoh-cpp icon indicating copy to clipboard operation
zenoh-cpp copied to clipboard

rename Reply::get to Reply::get_sample()

Open milyin opened this issue 2 years ago • 0 comments

Describe the feature

It's not clear that Reply::get returns Sample. Better to reflect it in method's name: get_sample. This method corresponds to pair of C API methods: z_reply_ok and z_reply_err, so we are free to name it as we want, it's not bound to C API naming,

milyin avatar May 24 '23 14:05 milyin