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
@outlndrr that should indeed result in rolling back the action. Thank you for reporting this issue, I think this is fixed on 2.0.0 but might be missing a test case. So leaving this issue open!
Hi, there is a problem if
raise
happened insideSagaActionStep
then saga don't rollback action, but returnEither.Left
. Example code:Arrow version: 1.2.4
The text was updated successfully, but these errors were encountered: