Vaadin Flow 2.12.3
Changes since 2.12.2
Fixes
-
Fixed high CPU usage due to pending JS commands (#22024) (#22035)
Commit · Pull request · IssueField "pendingJsInvocations" should be a Set instead of a List in order to avoid O(n^2) operations. This greatly improves performance in situations where many fields are updated constantly and the JS command queue becomes very large.