J
jquerijero
Guest
This is only a problem when the subscriber is the one going out of scope and the publisher is staying. If the publisher is going away, the subscriber will go out of scope and should also be available for collection once the publisher is collected. At least, this is how .NET Framework works.
Continue reading...
Continue reading...