billboard_device SetText/UpdateDisplay update speed?

Hi,
Unfortunately I don’t think there’s much you can do right now on your side to decrease the latency (if the bottleneck is at UpdateDisplay()).

The latency you see is mostly due to the network delay from the moment the call to UpdateDisplay() happens on the server, plus any latency that leads up to that call (e.g. button interaction → UpdateDisplay()).

1 Like