Is node-red restarting? That could cause the problem you are seeing.
To diagnose it you could add a debug node on the output of the Filter node which outputs to the console (which means to the node-red log), then when you detect it has happened you can look back at the log to see what happened around that time.
It isn't a Change node it is a Filter node, I suggest editing the thread title accordingly.
Which versions of node-red and are you using? Right click in the editor and select Show Action List, then search for Show System Info and it will tell you.
thanks for suggestion to consult node-red log. I forgot this basic debug technic.
when node-red restarts, it doesn't send any values because I usually leave the option to ignore start values, to avoid a flood of 20-25 messages (i'm sending formatted message to my telegram bot)