WARNING: In order to solve the -lapsed listener- problem the reference to the subscriber stored by the Publisher is weak. This it means that if the Subscriber reference is lost then is also automatically removed from the subscribers list. To avoid this issue ensure that your Subscriber instance is referenced in your object model and exists as long as the Publisher is alive.
|
|
|
|