Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

built-in debounce on requests #23

Open
melanke opened this issue Aug 2, 2019 · 1 comment
Open

built-in debounce on requests #23

melanke opened this issue Aug 2, 2019 · 1 comment

Comments

@melanke
Copy link
Member

melanke commented Aug 2, 2019

No description provided.

@melanke melanke changed the title built-in debounce built-in debounce on requests Aug 6, 2019
@melanke
Copy link
Member Author

melanke commented Oct 6, 2019

@ftgibran I believe what you did to debounce might not work, did you tested it? In Theory, you need to declare the debounce function in a different scope than the one you call it. Otherwise it will simply delay every call, not block similar requests because they aren't similar, they are new for everytime you call.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant