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

Fix coordinator memory leak #7

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Conversation

jhansche
Copy link
Owner

We were using a class attribute for saving API response data, which causes corruption when there are more than one config entries set up.

Move that to an instance attribute to avoid the collision.

This fixes #4

We were using a class attribute for saving API response data,
which causes corruption when there are more than one config
entries set up.

Move that to an instance attribute to avoid the collision.

This fixes #4
@jhansche jhansche merged commit 65d8f38 into main Nov 25, 2023
4 checks passed
@jhansche jhansche deleted the pr/fix-coordinator-corruption branch November 25, 2023 01:38
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.

Multiple cars info combined into one device
1 participant