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
Haven't played with this feature myself yet, but I guess you should add the exception handling to each of the closures you are passing to Octane::concurrently() to ensure each closure returns a valid result (or potentially some sort of optional result which can be success/error at the same time).
Description:
When some exception thrown in
Octane::concurrently
it terminate the script even though on try/catchSteps To Reproduce:
The text was updated successfully, but these errors were encountered: