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
Hi there, thanks for your great job migrating Bolts to swift, this is impressive 👍
I've recently required using Task.whenAny and faced the problem that the task is succeeded even if all tasks from whenAny array are completed with errors. @nlutsenko is it expected behavior here?
P.S I've checked the Bolts in Objc and the same method returns error in such case. I'll submit a PR if this is a case?
The text was updated successfully, but these errors were encountered:
Hi there, thanks for your great job migrating Bolts to swift, this is impressive 👍
I've recently required using
Task.whenAny
and faced the problem that thetask
issucceeded
even if all tasks fromwhenAny
array are completed with errors.@nlutsenko is it expected behavior here?
P.S I've checked the Bolts in Objc and the same method returns error in such case. I'll submit a PR if this is a case?
The text was updated successfully, but these errors were encountered: