ictvmt / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Automatic event loops preventing #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are some situations that can occur where event goes into infinite loop 
and crash program with StackOverflow error. It is possible in situation, for 
example, when event loads child module and the same event is forwarded to 
parent from child module. 

Goal of task is preventing loop of infinite iterations and perform only first 
iteration (All events will be called only once)

Original issue reported on code.google.com by Shvets.S...@gmail.com on 20 Feb 2012 at 8:36

GoogleCodeExporter commented 8 years ago
Issue 111 has been merged into this issue.

Original comment by plcoir...@gmail.com on 22 Mar 2012 at 12:45