There are situations in which it could be useful to send a request to the micro right before stopping the app, e.g., this request arduino/app-bricks-py#404.
Right now it is not possible because the micro is stopped before the Python container. We should verify if it is possible to invert that and if we don't introduce a possible race condition in the way we compute the running/stopping status of an app.
There are situations in which it could be useful to send a request to the micro right before stopping the app, e.g., this request arduino/app-bricks-py#404.
Right now it is not possible because the micro is stopped before the Python container. We should verify if it is possible to invert that and if we don't introduce a possible race condition in the way we compute the running/stopping status of an app.