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

save and restore CallContext for host tasks #12

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

dicej
Copy link
Collaborator

@dicej dicej commented Feb 13, 2025

We were already doing this for guest tasks, but I missed doing it for host tasks, leading to "cannot remove owned resource while borrowed" errors.

Fixes #10.

We were already doing this for guest tasks, but I missed doing it for host
tasks, leading to "cannot remove owned resource while borrowed" errors.

Fixes #10.

Signed-off-by: Joel Dice <[email protected]>
@dicej dicej force-pushed the dicej/host-task-call-context-fix branch from b98d5f8 to 7e7993e Compare February 14, 2025 15:51
@dicej
Copy link
Collaborator Author

dicej commented Feb 14, 2025

I'm going crazy juggling so many branches, so I'm going to go ahead and merge this. I promise to fix any regressions it may cause!

@dicej dicej merged commit ceec6ed into main Feb 14, 2025
2 checks passed
@dicej dicej deleted the dicej/host-task-call-context-fix branch February 14, 2025 21:20
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.

Owned resource seemingly escaping scope
2 participants