Add cascading protocol event chain reaction
Status: Alpha
Brought to you by:
akarasulu
Right now protocol events can induce a cascading change
reaction where one event fires others and those eventually
refire the same event. These situations need to be
detected and stopped using a tree of event lineage
representing the creation cascade. Cyclic chains can then
be caught and terminated before a StackOverflowError
results for the processor thread.