Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
[x] I have read the wiki page and cheat sheet, but there is no information I need.
[x] I have searched in existing issues, but did not find a same one.
[ ] I want to report a problem instead of asking a question. It'd better to use kingfisher tag in Stack Overflow to ask a question.
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.
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.