Open GoogleCodeExporter opened 8 years ago
Is there any reason for PubSub to be disposable these days?
Original comment by johnl...@google.com
on 13 Aug 2013 at 9:23
a few reasons:
1) You want to make sure that no one is using the dead object
2) You will generally need some unsubscribeAll() mechanism for any object with
a limited life-cycle
Original comment by Nicholas.J.Santos
on 13 Aug 2013 at 9:34
Not sure if this should be added as a separate issue, but the same issue apply
for subscribeOnce().
Original comment by laurit...@komogvind.dk
on 4 Sep 2014 at 10:05
Original issue reported on code.google.com by
Nicholas.J.Santos
on 13 Aug 2013 at 5:54