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.

Hi,

do you have Push enabled?

-Olli

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

I just tried using a Label. Same problem.

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

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