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

Changing user_endpoints back to non async since that is breaking the backwards compatibility with after and iteratorAccumulator #1321

Conversation

brdandu
Copy link
Collaborator

@brdandu brdandu commented May 8, 2024

  • After helper waits for the promises to finish. However turning the user_endpoints to async led to accumulator not populate before the iteratorAccumulator tried to access it.
  • Turned user-endpoints helper back to no asnyc
  • Added test so that this is covered when we actually fix this issue with accumulators
  • JIRA: ZAPP-1376

@brdandu brdandu requested review from tecimovic and paulr34 May 8, 2024 18:49
…backwards compatibility with after and iteratorAccumulator

- After helper waits for the promises to finish. However turning the user_endpoints to async led to accumulator not populate before the iteratorAccumulator tried to access it.
- Turned user-endpoints helper back to no asnyc
- Added test so that this is covered when we actually fix this issue with accumulators
- JIRA: ZAPP-1376
@brdandu brdandu force-pushed the bug/fixAccumulatorIssuesWithWaitedPromises/ZAPP-1376 branch from 4e21a42 to 61ff51a Compare May 8, 2024 19:44
@brdandu brdandu merged commit 0cc6562 into project-chip:master May 8, 2024
13 checks passed
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.

None yet

2 participants