Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Broadcast thread updates across all UIs. But ComboBox wont follow??
As the title suggest, a combobox for each new UI started is supposed to update in sync. (To display new users coming online). The broadcast thread works with Notifications as well as standard streams to indicate that something happens across all UIs, yet the ComboBox remains the same.
Yes! Weird thing is, when I debug the size of the combobox the size is the real (and same) number across all comboboxes.
So have you tried other components than ComboBox? How about just updating a Label?
-Olli
Okay, then it sounds more like a problem with Push not working. You might want to go through the Push documentation to see if there's anything you might have missed and maybe check with ?debug=push on the URL if you can see any error messages.
-Olli
Hello!! I went to the site for the first time. I strongly advice
Olli Tietäväinen: Okay, then it sounds more like a problem with Push not working. You might want to go through the Push documentation to see if there's anything you might have missed and maybe check with ?debug=push on the URL if you can see any error messages.
-Olli
Thank you very much Olli, I will definitely read up on Push. Are you sure that push isn't configured properly when I can succesfully broadcast those same messages using Notifications but not update Components?
Thanks.
Hi,
It's hard to say for sure without debugging it live, but if you can't update either a Label or a ComboBox, sounds more likely that Push is not working properly (rather than both Label and ComboBox bugging out in a very similar way).
-Olli