timeflux / timeflux_ui

Timeflux web app engine
MIT License
11 stars 4 forks source link

Naming target same and then changing it later causes wrong UI output #6

Closed ksslng closed 4 years ago

ksslng commented 4 years ago

In the hello sinus example, first changing the target of the first two to the UI the same name. Starting the graph and opening the UI. Change the names to the correct one (two new different names in my case), stopping timeflux and starting it immediately, while keeping the UI open, will lead to, that in the ouput graphs, the two new streams have the same output value. I could also reproduce it, when closing the UI and timeflux for awhile.

mesca commented 4 years ago

The browser session is bound to a Timeflux instance. So you need to refresh the page if you restart Timeflux and your streams names have changed.