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
When an a non-existent taskId, for example undefined, is passed into cancelTask, TaskCancelled currently fails silently, creating confusion on whether the submitted extrinsics executed or not.
It should throw a regular TaskCancelled event indicating a failed cancellation. For example, ProxyExecuted has a good example that when an error happens, it returns the error instead of the actual result.
The text was updated successfully, but these errors were encountered:
When an a non-existent taskId, for example
undefined
, is passed intocancelTask
, TaskCancelled currently fails silently, creating confusion on whether the submitted extrinsics executed or not.It should throw a regular TaskCancelled event indicating a failed cancellation. For example, ProxyExecuted has a good example that when an error happens, it returns the error instead of the actual result.
The text was updated successfully, but these errors were encountered: