[feat] Add support for multiple callbacks on frontend#12747
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
[feat] Add support for multiple callbacks on frontend#12747sfc-gh-bnisco merged 1 commit intodevelopfrom
sfc-gh-bnisco merged 1 commit intodevelopfrom
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 10, 2025
Contributor
✅ PR preview is ready!
|
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
aa4b051 to
3600bec
Compare
bbe9282 to
9fcdc09
Compare
3600bec to
76739f1
Compare
9fcdc09 to
29d8923
Compare
e5ddf91 to
f7de4e2
Compare
54e10e1 to
5885c73
Compare
f7de4e2 to
c0f6ded
Compare
5885c73 to
5f9bb73
Compare
c0f6ded to
0a81883
Compare
5f9bb73 to
9e1871d
Compare
0a81883 to
1742043
Compare
4793b0d to
424affe
Compare
6c12a5c to
fc3bd23
Compare
424affe to
98f5b3d
Compare
fc3bd23 to
0c46fbd
Compare
e6adf6d to
ec51bc6
Compare
41e7b70 to
cb88433
Compare
cb88433 to
9d2f85f
Compare
ec51bc6 to
aab271f
Compare
9d2f85f to
dd378d4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Describe your changes
This PR adds the ability to send multiple callback updates in a single task from the frontend. This prevents race conditions where multiple trigger updates sent in the same macrotask could result in only the latest one being processed by the backend.
This is important for CCv2 because components can set multiple pieces of state in the same macrotask, such as:
Key changes:
GitHub Issue Link (if applicable)
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.