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

Disposing kernel should dispose IAsyncDisposable singletons inside. #405

Open
lsoft opened this issue Jan 17, 2024 · 0 comments
Open

Disposing kernel should dispose IAsyncDisposable singletons inside. #405

lsoft opened this issue Jan 17, 2024 · 0 comments

Comments

@lsoft
Copy link

lsoft commented Jan 17, 2024

If StandardKernel is disposing, its singletons are disposing too. I guess it would be correct that IAsyncDisposable singletons will be disposed too.

Or, may be, it is correct to put IAsyncDisposable to the KernelBase too, and perform async-dispose if the kernel is async disposed...

Workaround is not known.

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

No branches or pull requests

1 participant