async-cache-dedupe
async-cache-dedupe copied to clipboard
Deduping is not working when stale
Hi. Deduplication logic work perfect when cache is empty. But when the item is stale, than if you make 10 request all of them will execute separately and parallel. Is this intentional or am I doing the configuration wrong?
Oh, you stumbled on a nice bug. Would you like to send a PR?