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

feat: function clearSceneApp to de-cache initialized scene apps so that they can be fully reinitialized #673

Closed
wants to merge 1 commit into from

Conversation

darrenjaneczek
Copy link
Contributor

This supports a use case to completely refresh a scene app when in the event of an app plugin configuration change.
There are many ways to solve this problem, but this may be a useful option to speed up developer experience, to be used when a complete re-init of a scene app is acceptable UX.

@darrenjaneczek
Copy link
Contributor Author

Closed. I think we're going to try to encourage better use of SceneVariables so that these brute force approaches aren't necessary.

I think it might be better to think how to invalidate this specific data / metric names., instead of the whole app

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.

None yet

1 participant