yunhanw-google
yunhanw-google
#### Problem https://github.com/project-chip/connectedhomeip/issues/21698 CHIP_CONFIG_IM_ENABLE_SCHEMA_CHECK is only enabled in linux/darwin platform, there is extra element check inside CHIP_CONFIG_IM_ENABLE_SCHEMA_CHECK, which mean we are testing in CI is likely not what we are...
This still seems like a weird thing to do. We're bypassing some important parts of the normal message-processing codepath by doing things this way. I don't want to block on...
I am very worried about exposing the raw TLV to SDK consumers. The TLV reader API is not particularly easy to use, unfortunately. Again, I guess we can do this...
Problems: The goal for java controller application is to exercise the java layer's commission and cluster interaction flow against all-cluster-app or other server app in CI, mac and linux machines....
we should have no Parcelable structures in the Controller API if anything on android needs to serialize, then it should create its own Parcelable NetworkCredentials & copy the fields into...
Context is from _Originally posted by @bzbarsky-apple in https://github.com/project-chip/connectedhomeip/pull/13400#discussion_r794897876_ Fix the logic here if (!hasEncodedAttributes && !hasEncodedEvents && hasMoreChunks) { ChipLogError(DataManagement, "No data actually encoded but hasMoreChunks flag is set,...
Followup: we should decide what we do if we have a chunked result come in and aVersion does not match mDataVersion. _Originally posted by @bzbarsky-apple in https://github.com/project-chip/connectedhomeip/pull/13400#discussion_r794776676_
I assume this was the result of discussion with @mrjerryjohns but I am not sure this makes sense. `ConcreteDataAttributePath` is used for both writes and read responses. And while a...
the user case is that when controller, for example, chip-tool/android chip-tool queue IM operations, once check-in message comes, controller flush IM operations one by one, then stay active based upon...