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: Infinite loop encountered in the on-update example #189

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ac-mmi
Copy link

@ac-mmi ac-mmi commented Aug 18, 2024

@alexfoxy This pull request addresses #188 issue.
In this update, I have implemented a check for previous values to ensure that the onUpdate() function is only triggered when there is a change in the driver values. This enhancement prevents unnecessary updates and ensures that the onUpdate() callback is called only when there are actual changes in the values.

@ac-mmi ac-mmi closed this Aug 18, 2024
@ac-mmi ac-mmi reopened this Aug 18, 2024
@ac-mmi ac-mmi closed this Aug 18, 2024
@ac-mmi ac-mmi reopened this Aug 18, 2024
@ac-mmi ac-mmi changed the title Add files via upload Fix: Infinite loop encountered in the on-update example Aug 18, 2024
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.

1 participant