eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.44k stars 151 forks source link

refactor: remove state from entities #1407

Closed wyfo closed 3 weeks ago

wyfo commented 3 weeks ago

Entities having having a reference to their state prevented to drop their callback when closing the session.

github-actions[bot] commented 3 weeks ago

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

Mallets commented 3 weeks ago

@OlivierHecart the proposed changes look good to me but I'd like to have also your opinion.