Skip to content

correct the initialisation post-trigger of the mLastNumPoints #304

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

Merged

Conversation

tremblap
Copy link
Member

we should make sure that post-trigger, the past is forgotten.

@tremblap tremblap requested a review from weefuzzy April 16, 2025 07:36
@tremblap
Copy link
Member Author

as per my pre-report: inside the successful if line 391, we should set it to 0 there too. it means 'i had a query' and if it bails for any reason the user need to know so it should output 0 then, and all subsequent kr. in the current code, it sends 0 on the trigger process cycle, then all subsequent kr will send the last number of successful Ks which is wrong for me. so we should change the line to output0 = mLastNumPoints = 0;

@weefuzzy weefuzzy merged commit e299a18 into flucoma:main Apr 16, 2025
3 checks passed
@tremblap tremblap deleted the fix/correct-ds-kr-state-post-mistake branch April 16, 2025 08:15
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.

2 participants