-
Notifications
You must be signed in to change notification settings - Fork 74
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
Bug: Product config function fetchAndActivate is not working as expected. #127
Comments
@SuhasTS Thanks for the time & effort to raise a fix for this. Before going ahead with the PR, Can you please explain the scenario in which it's failing & the solution you have proposed will work to handle the scenario? |
The sample function that I have shared is the scenario where it fails. |
@SuhasTS As per my understanding , you are calling activate() & fetchAndActivate() method one after another in a sequence. So the isFetchAndActivating = true is getting overridden. Please confirm. |
Yes. |
@SuhasTS Thanks for confirming. We will including the fix in our next planned release. |
@SuhasTS we have fixed this issue with latest release(4.0.3). Closing this. |
Function
fetchAndActivate()
in classCTProductConfigController
is fetching the new values but failing to activate the same in some scenarios.Logs on running the above function
The text was updated successfully, but these errors were encountered: