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

Fix RAII for subscription, client, and service #463

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mxgrey
Copy link
Collaborator

@mxgrey mxgrey commented Mar 4, 2025

This is aimed at fixing #462. With these changes, users will no longer need to explicitly hold onto the Arc<Node> in order to keep their subscriptions, services, or clients running.

This will be implemented differently as we move through the async execution PRs, but this PR will be a quick and effective stop gap in the meantime.

mxgrey and others added 3 commits March 4, 2025 10:31
Signed-off-by: Michael X. Grey <greyxmike@gmail.com>
Signed-off-by: Michael X. Grey <greyxmike@gmail.com>
Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant