Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable async DNS when use_dispatch is enabled.
In the use_dispatch setup the Matter stack is expected to not spin up threads manually, but our async DNS implementation does just that via pthreads. This is leading to random failures in TestInetEndpoint on Darwin due to thread data races. Fixes project-chip#10025
- Loading branch information