arduino-create-agent
arduino-create-agent copied to clipboard
Multiple agent instances running on kill / restart
It seems that killing / restarting the agent doesn't kill it for real, expecially when changing config.ini.
I now have multiple instances running:
the result is that I have the upload log messages duplicated and serial monitor print too
See issue report on the forum too: http://forum.arduino.cc/index.php?topic=550222.0
Not happening to me. How are you killing it?
It seems that duplication of messages is not related to multiple agent instances running, but to multiple socket connections open, I will try to solve it in the frontend, we can keep the issue open for the multiple processes part
If we could have a way to kill a running agent before starting a new one on the agent side it will be great