Description
I've been trying to track down why Espruino.Core.Serial.getPorts
was not returning local serial devices on my system (Arch Linux). What I discovered was that callback
was being called before ports
is being fully populated, even calling again with shouldCallAgain
it appears to be actually a race condition, the ports are being returned by the device but not until after the callback is hit.
Metadata
Metadata
Assignees
Labels
No labels