-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chart node missing data after page reconnect #1297
Comments
Possibly the same issue as #1115, which is the same problem with text widget. |
For the record, this also affects the Switch node. A change of state while disconnected is not shown on re-connection. Probably other node types have the same issue. |
My PR #1343 works in such a way that it should be a universal fix (i.e. not only for charts missing data) |
I can confirm that the PR does fix the problem, at least for the Text node (#1115) and the Switch node. |
Thanks for trying it out Colin 👍 |
Current Behavior
When you have an open browser tab showing chart in background, after some time the page disconnects. When returning to tab the page reconnect, and does not refresh. When new data comes in the data for the time the page was not connected is missing, It returns after you refresh page.
images available here https://discourse.nodered.org/t/dashboard-2-0-chart-node-page-reconnect-issue/91017
Expected Behavior
When page reconnects the page should be refreshed to show the missing data
Steps To Reproduce
create chart feed in data every 10 seconds. send tab to background. wait 20mins, return to tab and wait for new incoming data
Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered: