-
Bug
-
Resolution: Won't Fix
-
P3
-
7
-
generic
-
generic
If I create an EventSubscriber and use it to subscribe to MBeans, then each subscription causes a listener to be added to those MBeans and this listener references the EventSubscriber. That means that when I am finished using the EventSubscriber I must explicitly cancel all subscriptions if I want the EventSubscriber to be discarded. That's unpleasant, especially since there's no method to enumerate the subscriptions.