Open more than one websocket connection

Hello,

I am using vaadin to display a ui with some components. Two of these components are showing some log information (within a TextArea) and have to be updated very frequently by the server. Therefore I am using the push option to update the ui. Unfortunately the whole ui freezes or lacks while one component is updated (if the updates are too fast in a row).

Is it possible to define an additional websocket connection for one component to parallel the data stream and update only the changed component while the rest of the ui is still responsive?

Thank you in advance :slight_smile: