Files
go-serial/enumerator/usb_darwin.go
Cristian Maglie f3f01227e9 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.
2023-09-14 15:24:41 +02:00

7.3 KiB