I have a flow that saves some images to Micro Web Server at intervals.
Since I use more than one “Save image to directory/filename” Then flow card, they some times run at the same time, giving this error message:
Client is closed because User launched a task while another one is still running. Forgot to use ‘await’ or ‘.then()’?
I currently have a workaround by adding delays to the flows to try to keep them from running at the same time, but is this something that can be fixed in the app?
It is a bit difficult and inconvenient to use delays like this.