We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SingleInvokeInitiator
Fix the generated logic in CHIPClusters.cpp to internally use SingleInvokeInitiator instead of CommandSender without changing its public APIs.
CHIPClusters.cpp
CommandSender
This permits validation of the new SingleInvokeInitiator class without actually changing the various app call-sites.
As part of this fix, the internal guts of that logic should now not have to use any of the gCallbackMgr logic.
The text was updated successfully, but these errors were encountered:
gCallbackMgr
CHIPClientCallbacks.cpp
erjiaqing
Successfully merging a pull request may close this issue.
Problem
Fix the generated logic in
CHIPClusters.cpp
to internally useSingleInvokeInitiator
instead ofCommandSender
without changing its public APIs.This permits validation of the new
SingleInvokeInitiator
class without actually changing the various app call-sites.As part of this fix, the internal guts of that logic should now not have to use any of the gCallbackMgr logic.
The text was updated successfully, but these errors were encountered: