yunhanw-google

Results 39 comments of yunhanw-google

@pgatti86 thanks for the reply. May i know which exception is captured, and further lead to the above issue? How do you fix this issue?

You can try the below, docker run -it -v ~/workspace/connectedhomeip:/connectedhomeip ghcr.io/project-chip/chip-build-android:1 git config --global --add[ safe.directory](http://safe.directory/) /connectedhomeip git config --global --add[ safe.directory](http://safe.directory/) /connectedhomeip/third_party/pigweed/repo source scripts/bootstrap.sh ./scripts/build/build_examples.py --target linux-x64-java-matter-controller build ./scripts/build/build_examples.py...

@erjiaqing let's update this PR with icd start-stay-active [duration], underneath it would send multiple stay-active requests up to duration, note minimum value is 30s but the server is coded in...

@tianfeng-yang I would suggest to use ShutdownSubscriptions from https://github.com/project-chip/connectedhomeip/blob/master/src/app/InteractionModelEngine.cpp#L296, and remove abort API. and leave the below unchanged. ``` *pReadClient = readClient.get(); *pCallback = callback.get(); callback->AdoptReadClient(std::move(readClient)); callback.release(); ```

just update the ticket description, thanks

@bzbarsky-apple does that mean to support all clusters in controller side via dynamic dispatcher?

https://github.com/project-chip/connectedhomeip/blob/master/src/lib/core/CHIPError.h#L854C9-L854C27, 50 ==> 0x32, mean timeout, please upload the detailed log for analysis, thanks