Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

fix bug where each manual variable could be asked only once#159

Merged
Nikronic merged 1 commit intomasterfrom
fix155
Dec 5, 2023
Merged

fix bug where each manual variable could be asked only once#159
Nikronic merged 1 commit intomasterfrom
fix155

Conversation

@Nikronic
Copy link
Copy Markdown
Owner

@Nikronic Nikronic commented Dec 5, 2023

A hotfix on top #158 which was to fix #155.

Because the list of manual params were global, and if it was asked once, it would have been removed from the global list, then future requests would be affected by previous ones. This means once the application is up, you could only ask each manual param only and only once.

because the list of manual params where global, and if it was asked once, it would have been removed from the global list, then future requests would be affected by previous ones. This means once the application is up, you could only ask each manual param only and only once.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manual variables (ParameterBuilderBase instances) are not suggested at all

1 participant