Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tizen] Call mDNS resolve callback under stack lock (#19947)
Changes in dc3862a has uncovered potential race condition in Tizen mDNS resolver. The callback function was called outside of the Matter stack lock. This callback might perform PASE session paring which involves message exchanges, which requires locking. Simple fix for that is to call the callback under the lock.
- Loading branch information