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
Description of the bug
The asynchronous Resource.claim operation does not postpone when claiming fails. This violates usim's guarantee to always postpone on an asynchronous operation.
This issue may apply to other operations as well.
How To Reproduce
Performing an impossible claim does not allow other activities to run.
Description of the bug
The asynchronous
Resource.claim
operation does not postpone when claiming fails. This violatesusim
's guarantee to always postpone on an asynchronous operation.This issue may apply to other operations as well.
How To Reproduce
Performing an impossible
claim
does not allow other activities to run.Expected behavior
Any asynchronous operation should postpone at least once before raising a non-failure Exception.
The text was updated successfully, but these errors were encountered: