Hi! Is there a way to terminate endless loop in SLAX? For example, if I configure something as simple as that: match / { <op-script-results> { while ( true() ) { terminate; } } } ..then according to the debugger, the while loop does not seem to be looping but simply hangs. thanks, Martin