You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate ignoring UI-poll events if ui polling is enabled.
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.
The text was updated successfully, but these errors were encountered:
Investigate ignoring UI-poll events if ui polling is enabled.
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.The text was updated successfully, but these errors were encountered: