When attempting manual OTA operations on a device using the UI of Edgehog v0.9.3, the following unexpected behavior is present:
- it seems it's possible to create new OTA operations multiple times, leading to having multiple in-progress operations. Here, Edgehog should probably only allow one in-progress OTA operation at a time, to avoid multiple operations competing for device resources and causing unexpected results.
- the UI does not display the in-progress OTA operations, even though the operations then complete and are displayed.
This behavior should be rectified by integrating a fix on the release-0.9 branch.