-
Type: Bug
-
Resolution: Unresolved
-
Priority: Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: Spec Comp
-
None
According to my reading of the code, right now any global event subscribers (command monitoring specifically but probably applies to all events) are copied into each monitoring instance when the latter ones are created, ordinarily as part of client construction. This means adding global listeners will not invoke them for any events that are triggered by clients that exist prior to the global listener addition.