when does not work as expected when using cancelOnFailure: true
#20
Labels
bug
Something isn't working
cancelOnFailure: true
#20
when(fulfilled: promises, cancelOnFailure: true)
does not seem to propagate cancel calls correctly - when requestCancel is called on the resulting promises, the sub-promises never receive a cancel request. This only happens with cancelOnFailure=true.Below is my unit test reproducing the issue: The promise completes successfully even though cancel was called.
didCancel
is never set to true.The text was updated successfully, but these errors were encountered: