Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Darwin crash with wildcard subscription. (#15941)
We were deleting things on the wrong work queue, so ended up deleting an object while we were in the middle of executing one of its methods. The fix is to make sure to delete Matter objects on the Matter work queue.
- Loading branch information