TCP port 50051 remains in use after unclean IDE exit #654
Labels
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
Arduino-ide can leave behind something listening on port 50051 if the gui exits uncleanly
To Reproduce
Steps to reproduce the behavior:
/path/to/arduino-ide 2>&1 | tee /tmp/arduino-log-1
^C
/path/to/arduino-ide 2>&1 | tee /tmp/arduino-log-2
Expected behavior
Either clean up all processes on the way out, or try to reuse existing arduino-cli process
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: