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
I'm trying to cancel a download task for an image, but when I use a custom processors, there is no task available to cancel. However, when I try with images without processors, the download task appears and can be canceled.
Reproduce
Try to cancel a request with an image processor apply to it.
Other Comment
I know that process identifiers are used for cache management; otherwise, the image is not removed. However, in this case, none of the methods receive a process ID.
The text was updated successfully, but these errors were encountered:
oillada
changed the title
Unable to cancel task if an image has a Image Processor
Unable to cancel task if an image has a custom Image Processor
Aug 5, 2024
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
I'm trying to cancel a download task for an image, but when I use a custom processors, there is no task available to cancel. However, when I try with images without processors, the download task appears and can be canceled.
Reproduce
Try to cancel a request with an image processor apply to it.
Other Comment
I know that process identifiers are used for cache management; otherwise, the image is not removed. However, in this case, none of the methods receive a process ID.
The text was updated successfully, but these errors were encountered: