Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Document destructors #44

Closed
p-avital opened this issue Feb 12, 2024 · 1 comment
Closed

[Bug] Document destructors #44

p-avital opened this issue Feb 12, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@p-avital
Copy link
Contributor

Describe the bug

Due to the use of destructors which is uncommon in JVM languages, users may get confused as to why their subscribers stop functioning. This needs to be better documented. @da

To reproduce

N/A

System info

N/A

@p-avital p-avital added the bug Something isn't working label Feb 12, 2024
@milyin milyin moved this to Backlog in Zenoh 1.0.0 release Mar 13, 2024
@Mallets Mallets added documentation Improvements or additions to documentation and removed bug Something isn't working labels Mar 14, 2024
@DariusIMP
Copy link
Member

This issue can be closed, since we took a different approach by associating the lifespan of a session declaration to the lifespan of the session itself, therefore when dropping the declaration, if the session is still alive, then the declaration is still alive as well (the session keeps track of it).

@github-project-automation github-project-automation bot moved this from Backlog to Done in Zenoh 1.0.0 release Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

No branches or pull requests

3 participants