Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
None
-
None
Description
The massages are incoming from a different thread and locking is done over the VaadinSession instance. However, the component's getSession() method would never return anything but null. VaadinSession.getCurrent() should be used instead.
Checklists
Acceptance criteria