arduino-create-agent icon indicating copy to clipboard operation
arduino-create-agent copied to clipboard

Lock serial monitor close and open / add checks

Open smellai opened this issue 7 years ago • 2 comments
trafficstars

Possible bug when sending open when close in progress and not yet completed. Possible similar cases.

I tried to add checks in the frontend but it doesn't seem to fix the issues. In some cases compilation/upload stays pending or ends with 'touch error'

smellai avatar Apr 10 '18 09:04 smellai

The agent could better control serial monitor connections and disconnections in general, it could improve this too for example: https://github.com/bcmi-labs/webide/issues/2933

smellai avatar Apr 10 '18 09:04 smellai

To solve this issue we could better handle the open/close. Something could be offloaded from the frontend: When the WebSocket is closed the agent could close all the ports

umbynos avatar Feb 05 '21 15:02 umbynos