Control on Recursive GOTO bug [SOLVED]
Posted: Wed Aug 09, 2017 8:31 pm
Hi
I just download the Synbot studio new version and test .....
SIML Code below give a Recursive GOTO Call detected for request "GOTO 1" Timing out Request
There's no recursivity and it was working fine in the previous version.
It is only a warning but the elapsed time is a more bit longer than in the previous version and log is polluted with these unadequate warning messages.
<Siml xmlns:x="http://syn.co.in/2014/siml#external" xmlns:Think="http://syn.co.in/2014/siml#think">
<Concept Name="test">
<Model>
<Pattern>
<Item>TEST RECURSIVE GOTO</Item>
</Pattern>
<Response xml:space="preserve">
<Goto xml:space="preserve">GOTO 1</Goto>
</Response>
</Model>
<Model>
<Pattern>
<Item>GOTO 1</Item>
</Pattern>
<Response xml:space="preserve">
GOTO 1 RESPONSE
</Response>
</Model>
</Concept>
</Siml>
Thanks for your response
Jean-Luc
I just download the Synbot studio new version and test .....
SIML Code below give a Recursive GOTO Call detected for request "GOTO 1" Timing out Request
There's no recursivity and it was working fine in the previous version.
It is only a warning but the elapsed time is a more bit longer than in the previous version and log is polluted with these unadequate warning messages.
<Siml xmlns:x="http://syn.co.in/2014/siml#external" xmlns:Think="http://syn.co.in/2014/siml#think">
<Concept Name="test">
<Model>
<Pattern>
<Item>TEST RECURSIVE GOTO</Item>
</Pattern>
<Response xml:space="preserve">
<Goto xml:space="preserve">GOTO 1</Goto>
</Response>
</Model>
<Model>
<Pattern>
<Item>GOTO 1</Item>
</Pattern>
<Response xml:space="preserve">
GOTO 1 RESPONSE
</Response>
</Model>
</Concept>
</Siml>
Thanks for your response
Jean-Luc