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
The Arduino Cloud Agent can download tools, when requested by the front-end application. There are two ways to request tools download (using the WebSocket connection, or with a REST API endpoint).
With the #953 change, both cases use the same code, and in both cases the keep behavior is ignored. So every time a tool is requested, the agent will download it (even if it's already installed locally).
Analyze the existing code, the installed.json file and add again the functionality (eventually refactoring how it was working before).
The text was updated successfully, but these errors were encountered:
The Arduino Cloud Agent can download tools, when requested by the front-end application. There are two ways to request tools download (using the WebSocket connection, or with a REST API endpoint).
With the #953 change, both cases use the same code, and in both cases the
keep
behavior is ignored. So every time a tool is requested, the agent will download it (even if it's already installed locally).Analyze the existing code, the
installed.json
file and add again the functionality (eventually refactoring how it was working before).The text was updated successfully, but these errors were encountered: