I am using Distributed Node-RED, I set up a simple distributed flow over two machines. This flow consists of one inject node and one debug node, each of them running on different machine. The inject node sends timestamp every 0.1 sec. In the console of the machine where the debug node is running I was receiving this message each time a timestamp is received:
BUG ALERT: dispatching in a FETCH_FORWARD state!!!
But in the same time I was able to see the received timestamps in the "debug messages" sidebar. I don't know if this is an error or not? From where its source? Any help is appreciated