Watcher icon indicating copy to clipboard operation
Watcher copied to clipboard

Recursive endless loops when...

Open jnko opened this issue 11 years ago • 1 comments

(Not really an issue, but...)

Problem: Need to watch for attribute_change and when event occours, I need to change attributes. This logically ends up in an endless event/react loop.

So we need something (a switch ect) that detects when a watcher-command changes watched events.

Thanks in advance

jnko avatar Sep 18 '14 08:09 jnko

That should be the role of the IN_NO_LOOP flag, but it's not implemented.

lopter avatar Nov 03 '14 00:11 lopter