I just noticed that, when sending the clear message to fluid.stats , the leftmost outlet also outputs clear. This strikes me as undesirable behavior but wanted to check if there’s a reason for it, instead of, say, passing clear through the dumpout outlet.
Hi @felipetovarhenao !
Someone else might have a more specific answer but that’s the pattern that all the data objects have is the dump outlet is only for dumps and the left output echoes back all operations. Maybe it feels weird here because [fluid.stats] only has the one operation (is that true?)? On the bottom side of the data objects I usually have a route to handle all the possible output messages.