You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.