GithubHelp home page GithubHelp logo

Comments (9)

plouc avatar plouc commented on July 18, 2024 1

@tomav, there's a WIP which should fix your problem, now you'll have a notification when the ws connection is broken, then the frontend will attempt to reconnect it 10 times each 15 seconds, see #77.

from mozaik.

tomav avatar tomav commented on July 18, 2024

I'm running my dashboard in a docker container.
When a change is done to configuration, a new image is built and deployed.
This mean that the server restarts but doesn't know that some clients were connected, so there's no data polling, and no update on connected clients.

When using a dashboard on a TV (without easy access to keyboard/mouse), it's a big problem.
Each client has to refresh the page to get futures updates (new widget added if conf changed, and also existing widget updates is a build status changed).

The purpose of this issue is to fix this behaviour?

from mozaik.

plouc avatar plouc commented on July 18, 2024

@tomav, yes it is, but there's another problem with disconnected clients.

This one isn't easy to solve because I made the (questionable) choice of having a javascript based config file, so it's loaded as a simple module (using require) which cache it, I've fixed it for styles generation when you change the theme (see https://github.com/plouc/mozaik/blob/master/gulp/tasks/styles.js#L17), but I'm not very found of this hack. Switching to json could ease it, but it won't be BC.

I've thought of another approach, abstracting the config so you could have for example a json based config, or having it stored in RethinkDB or whatever, but I think it'll require a lot of work.

I'll think more seriously about it, I agree it's a big issue when you use it on TV (which is one of the purpose of this tool :/).

from mozaik.

tomav avatar tomav commented on July 18, 2024

Great!

from mozaik.

plouc avatar plouc commented on July 18, 2024

@tomav available in [email protected]

from mozaik.

tomav avatar tomav commented on July 18, 2024

Upgrading! Thank.

from mozaik.

plouc avatar plouc commented on July 18, 2024

@tomav 1.4.1, there's a bug in 1.4.0

from mozaik.

tomav avatar tomav commented on July 18, 2024

Ok.

from mozaik.

tomav avatar tomav commented on July 18, 2024

Works great! 👍

from mozaik.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.