-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Subscribing an object to an EventBus via EventBus.subscribe(Object) adds said object and it's associated listeners to the listenerCache during the getListeners call. This map is never shrunk/cleared, resulting in said objects never being able to be garbage collected, even after being unsubscribed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels