Also a similar warning for strongConnect: if you subscribe a big
object (e.g. a complex UI form) to a signal and forget to
unsubscribe, it will be retained with all the referenced data. In
C# we register subscriptions in a supplementary container, so
that when the form is disposed, it also disposes subscriptions in
the container - it makes unsubscription easier if you don't
forget to dispose the form.
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Kagamin
- Re: Review of std.signal Martin Nowak
- Re: Review of std.signal Dicebot
- Re: Review of std.signal Jacob Carlborg
- Re: Review of std.signal Martin Nowak
- Re: Review of std.signal Dicebot
- Re: Review of std.signal Martin Nowak
- Re: Review of std.signal Martin Nowak
- Re: Review of std.signal robert
- Re: Review of std.signal Martin Nowak
