reactive-banana icon indicating copy to clipboard operation
reactive-banana copied to clipboard

Call `unregister` for garbage collected events made by `AddHandler`.

Open Abastro opened this issue 1 year ago • 9 comments

I found that unregister is not called when events are GC-ed. In fact, the unregister functionality is discarded entirely in fromAddHandler call. Could you make it so that it calls unregister on GC, so relevant widgets and signal generators could be properly garbage-collected?

Abastro avatar Feb 02 '23 01:02 Abastro