Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix infinite recursion if the bare-int-for-timeout version of InvokeC…
…ommandRequest is used. (#12957) We end up just calling the same function, which is not what we want: we want to call the version that takes an Optional. This codepath is not exercised in our CI (which all goes through the CHIPClusters.h helpers), hence this problem wasn't caught.
- Loading branch information