Kamil Kasperczyk

Results 16 comments of Kamil Kasperczyk

> Interesting, related to #1459. @dtodor right, I also spotted this problem while testing Matter multicast traffic.

@andy31415 can we cherry-pick this example specific change to v1.0 branch?

> @kkasperczyk-no - this was merged, you should be able to create the cherrypick PR now. @andy31415 great, thank you! Here is a link to cherry-pick PR: https://github.com/project-chip/connectedhomeip/pull/22871

With my linked PR (#15031) it was not resolved, but I think the unique ID for Rotating Device ID was moved from the Configuration Manager to the DeviceInstanceInfoProvider interface in...

Ok, I see what is the status, it is not done in the final shape yet. I'm not sure how to handle this issue. In general there are many values...

@andy31415 could you push the new 6.05 docker image to the docker hub? I changed the version in workflows to the one that was bumped yesterday, but it seems to...

@kpark-apple could you describe how to reproduce the problem? Did you use chiptool? If yes, what commands did you invoke? Using `pairing ble-thread` doesn't seem to scan networks before joining....

Ok, I was able to test it with chiptool interactive mode and it worked for me. Here are the steps I made: 1. ./chiptool interactive start 2. pairing code-paseonly 1...

@bzbarsky-apple OpenThread implementation uses default service lease intervals compatible with the SRP RFC, so 2 hours. There is an API that allows to set different lease value: https://github.com/project-chip/connectedhomeip/blob/master/src/include/platform/ThreadStackManager.h#L287 (currently it's...

Btw. I think the only case that we would end with stale data (at least for Thread) is disconnecting the device. In case of re-opening the commissioning window and generating...