Re: LMS web interface update time lag
Michael Herger <slim-b/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> How can I make the web interface to update immediately to allow for > interactive browsing? Use the Material skin, which is much more up to date than the Default skin. Default still uses "polling": it checks with the server every few seconds for status updates. Whereas Material uses a persistent connection (cometd), which allows for status update pushes from the server side. And as you're in the developers forum, I might suggest you could add cometd support to the Default skin. I'd be happy to receive a pull request :-D.