-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the incoming exchange context to send responses in the data model (…
…#6438) * Switch to a union for the indexOrDestination argument to message send functions. * Return a non-const ExchangeContext from Command's getter. Sending a reply needs a non-const ExchangeContext. * Propagate the incoming-message exchange context down so we can use it for responses. * Add a way to Close() all the exchange contexts for a given delegate. * Use the incoming exchange context to send reply messages instead of creating a new one. * Regenerate generated files
- Loading branch information
1 parent
b895678
commit 2b64064
Showing
54 changed files
with
698 additions
and
564 deletions.
There are no files selected for viewing
This file contains 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
125 changes: 65 additions & 60 deletions
125
examples/all-clusters-app/all-clusters-common/gen/callback.h
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.