vaadin / observability-kit

Other
5 stars 2 forks source link

UI-poll events #95

Open caalador opened 2 years ago

caalador commented 2 years ago

Investigate ignoring UI-poll events if ui polling is enabled. image This can be easily seen by settiung UI.getCurrent().setPollInterval(300); which will generate lots of event requests that could/should probably be ignored as long as they don't take >x amount of time.