[TIMOB-27448] LiveView: Debounce changes when multiple changes occur
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | LiveView |
Labels | n/a |
Reporter | VDLP |
Assignee | Unknown |
Created | 2019-10-04T13:41:55.000+0000 |
Updated | 2019-10-07T09:11:01.000+0000 |
Description
Please debounce the liveview reload action on file save to 300ms or make it configurable.
If a file changes rapidly, there are multiple reload actions sent to the phone, this often breaks the liveview state because it's in the process of terminating and restarting the app. It would be great if this could be prevented.
This makes total sense in my opinion. I'll move it over to TIMOB. Thanks for the ticket [~menzo]!