So, who has implement couroutine here?
Did someone know, how to not leak an activity which has killed? As far I know, once we reference an activity to couroutine it will leak somewhere.
Last but not least, I know to solve this. Just using a weak reference. I won't using it. Weak reference is last bullet. Using it isn't a best practice Indeed.
Anyone have approach?