Is there some way to add requests to a queue and process it after some rage of time using Flow?
Context:
There is an external app doing IPC with my app through DeepLink, but, there is a "bug" caused in the external app where a button is clicked multiple times, so, multiple requests are send to my app causing an unexpected behavior. The easier solution would be implement a debounce in the external app button, but, I can't handle that app, so the solution has to be implemented in my side.