Changes since 2.9.4
Fixes
-
Prevent deadlock when push is requested during disconnect
Commit · Pull requestPrevents a deadlock that may happen when a servlet container holds a lock on HTTP session access and a push disconnection happens concurrently with a push operation requested when VaadinSession is unlocked after session destroyed listeners are invoked. References #16293
-
Fix regression when sync id check is disabled (#17238)
Commit · Pull requestWhen syncId check is disabled, long-polling push cache filter always cached all messages. This change fixes the regression, by preventing message cache when syncId check is disabled.
-
Prevent NPE in ShortcutRegistration.toString (#17218)
Commit · Pull request