You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that event handlers are not GC'ed prematurely
Unfortunately, our ProxySubscriber instances were garbage collected
rather quickly because there was no reference to them (references to the
event handler object do not prevent ProxySubscribers from being GCed).
So let's make sure that there are references to each ProxySubscriber as
long as there are still references to the corresponding event handler
object.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments