eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
123 stars 79 forks source link

Subscriber/Queryable api alignment #720

Closed DenisBiryukov91 closed 1 month ago

DenisBiryukov91 commented 1 month ago

remove z_undeclare_subscriber/publisher/queryable; make z_subscriber/publisher/queryable_drop automatically undeclare corresponding entities; add z_declare_background_subscriber/queryable functions, that do not return an entity, but rather register the corresponding callbacks until the session is closed/dropped; fix memory leaks in publisher due to non-cleared encoding and write_filter;

github-actions[bot] commented 1 month ago

PR missing one of the required labels: {'documentation', 'breaking-change', 'internal', 'new feature', 'dependencies', 'enhancement', 'bug'}