VL hiccups

Seems like there is some kind of hiccup under load, not sure about how to go and explain it, have a look at the patch.
reset_bug.vl (12.8 KB)

this is because you are trying to delay a bang. the Delay is not deterministic and it can miss bangs, like a UPD network connection.

there are two ways to delay bangs reliably:

  • use a MonoFlop + TogEdge instead
  • delay an integer that counts up per bang and use a Changed node to check for the bang

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