Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some rare IOServiceGetMatchingServices failure on MacOSX
We had reports of users always getting: IOServiceGetMatchingServices failed, data changed while iterating The issue seems related to the function getMatchingServices that returns an always-invalid iterator even if there are no actual services. This is a workaround for this issue.
- Loading branch information