On 18 November 2011 06:32, Sean P. DeNigris <sean@clipperadams.com> wrote:
Igor Stasenko wrote:
virtually nowhere :)
Should the non-weak version be removed and replaced by the weak version (renamed to remove the weak specification)? Or some other consolidation...
Why? Strong subscriptions may be desirable at some point. I imagine, that some models may need to not let subsribers die, even if the only reference to subscriber is strong subscription itself. IMO, it is unusual, since Announcements framework serves as a nice decoupling scheme, which means that in most cases, you want subscription to live as long as subscriber lives and not a bit longer.
-- View this message in context: http://forum.world.st/Unsubscribing-for-Announcements-tp3220751p4082112.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.