If I close nodered webpage, it stopped saving data

Goodmorning,
I've started using nodered for some months and I have a problem with saving data. I'm using nodered version 1.3.5 with nodered installed on a Beaglebone black.
In my project I use a serial node for asking data ciclically from a group of sensors, then I store the data on an sqlite database.
The problem that I have is that as long as I keep the ui nodered webpage opened, the program asks and stores data from sensors but as soon as I close the ui page the program keeps asking data from sensors but it doesn't store them in database.
Have you got any idea?
Thank you

Problem solved, data were saved on database from an ui-table updateData callback. When I close the web page, ui-table stop calling updateData callback. I avoid using this callback and now it works

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.