gotoOla
11/29/2018, 1:30 PMoshai
11/29/2018, 2:44 PMkevinherron
11/29/2018, 5:27 PMGlobalScope.launch
and GlobalScope.async
all over the place now to get it working and it turns out you're actually leaking those coroutinesgildor
11/30/2018, 1:20 AMnow using coroutineScope {} instead of launching/asyncing from the GlobalScopeHmm, but those are pretty different, how you could replace global coroutines with local
coroutineScope
function? coroutineScope suspends untill all child coroutines are finished, maybe you just have many leaked coroutines?gotoOla
11/30/2018, 8:46 AMgildor
11/30/2018, 9:06 AMgotoOla
11/30/2018, 9:16 AMgildor
11/30/2018, 9:41 AM