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

Sanitize component model #4357

Open
jnummelin opened this issue May 2, 2024 · 1 comment
Open

Sanitize component model #4357

jnummelin opened this issue May 2, 2024 · 1 comment
Labels

Comments

@jnummelin
Copy link
Collaborator

From @twz123 in #4213 (comment)

I still think we should eventually sanitize our component model. Either use the context from Start and don't have a Stop method, or only use the Stop method to stop the component, disregarding the context from Start. There's just no sense in having a Stop method if it's a no-op even for components that are actually running and need to be stopped.

We would need to break up the component interface a bit and go through all the components to use the root context properly.

@jnummelin jnummelin added the chore label May 2, 2024
@twz123
Copy link
Member

twz123 commented May 2, 2024

/xref #1844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants