Skip to content

Drop VssStore runtime in block_in_place() #545

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

Closed
wants to merge 1 commit into from

Conversation

andrei-21
Copy link
Contributor

It fixes the problem when VssStore is dropped from within an asynchronous context:

Cannot drop a runtime in a context where blocking is not allowed.
This happens when a runtime is dropped from within an asynchronous context.

It fixes the problem when `VssStore` is dropped from within an
asynchronous context:
> Cannot drop a runtime in a context where blocking is not allowed.
> This happens when a runtime is dropped from within an asynchronous context.
@ldk-reviews-bot
Copy link

👋 Hi! I see this is a draft PR.
I'll wait to assign reviewers until you mark it as ready for review.
Just convert it out of draft status when you're ready for review!

@tnull
Copy link
Collaborator

tnull commented May 21, 2025

No, as mentioned elsewhere we should rather try to reuse the outer runtime context. Will attempt that as part of #543, so closing this for now.

@tnull tnull closed this May 21, 2025
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.

3 participants