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
I think you might be able to restructure the tasks so there is a main task which just does a while loop and calls a subtask. Then the sleep can happen in the primary task (after the subtask completes) and the finally / rescue scenario can happen in the child task.
That's one idea, there are probably at least a few other ways that would work.
On this line you're yielding within a
finally
. This is not really a good idea per machty/ember-concurrency#185The text was updated successfully, but these errors were encountered: