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
but this will fail for group paths. What should instead happen is that if there is no endpoint id we check for a group id (which is NOT in the command path; it's in the packet header, iirc), and then loop over all endpoints in the group doing the command on each endpoint.
Proposed Solution
Fix things so group commands work, like they used to work in the Ember code.
Problem
CommandHandler::ProcessCommandDataElement
does:but this will fail for group paths. What should instead happen is that if there is no endpoint id we check for a group id (which is NOT in the command path; it's in the packet header, iirc), and then loop over all endpoints in the group doing the command on each endpoint.
Proposed Solution
Fix things so group commands work, like they used to work in the Ember code.
@yunhanw-google @erjiaqing
The text was updated successfully, but these errors were encountered: