You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #8894 has been fixed and SingleInvokeInitiator has been implemented, the client-side code that currently interfaces with CommandHandler should be ported over to using this new class + cluster objects.
However, to make this a gradual transition, it has been broken down into 5 different phases that are designed to maximize parallelism and ensure smaller sized PRs:
This is an 'umbrella' issue that to be deemed fixed, requires the above 5 issues to be fixed first.
The text was updated successfully, but these errors were encountered:
mrjerryjohns
changed the title
[☂️] Transition client-side logic over to SingleInvokeInitiator & cluster objects
☂️ Transition client-side logic over to SingleInvokeInitiator & cluster objects
Aug 11, 2021
Problem
Once #8894 has been fixed and
SingleInvokeInitiator
has been implemented, the client-side code that currently interfaces with CommandHandler should be ported over to using this new class + cluster objects.However, to make this a gradual transition, it has been broken down into 5 different phases that are designed to maximize parallelism and ensure smaller sized PRs:
SingleInvokeInitiator
#8958gCallbackMgr
,CHIPClientCallbacks.cpp
andCommandSender
logic. #8960This is an 'umbrella' issue that to be deemed fixed, requires the above 5 issues to be fixed first.
The text was updated successfully, but these errors were encountered: