dio_cache_interceptor icon indicating copy to clipboard operation
dio_cache_interceptor copied to clipboard

Made callFollowingResponseInterceptor configurable through CacheOptions

Open Khongchai opened this issue 2 years ago • 0 comments

Hello

It would be really nice if we can make callFollowingResponseInterceptor of the handler method configurable. I saw that you made it default to true in response to a request from one of the issues.

The problem that I have now, however, is that when it defaults to true and is not configurable, I am performing some 300+ milliseconds operations that I could have otherwise skipped (in my case).

Please consider merging this PR, or making the parameter configurable somehow, that'd help us a lot. Thank you!

Khong

Khongchai avatar Dec 20 '22 16:12 Khongchai