[RC9.1]You have to love multithreading

Just a minor one.

This will make somebody think that avrdude is kicked of before the port is found. It might however put people on the wrong foot if an upload would fail with a message that the upload port could not be found.

Thanks @sterretje. This issue is being tracked here:

I can see from looking at the contents of the streams Arduino CLI sends to Arduino IDE 2.x via the gRPC interface they use for communication that the output is out of order there.

I see something like this was mentioned as a known defect during the initial implementation of multi-core support in arduino-builder (which later became Arduino CLI:

https://github.com/arduino/arduino-builder/issues/17#issuecomment-160946001

It lacks proper output management. At the moment, everything is thrown at stdout, meaning the output is likely to get clutter and logger messages will eventually contain syntax errors

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.