Sorry if I sound a bit like a broken record :sligh...
# coroutines
s
Sorry if I sound a bit like a broken record 🙂 but I’m struggling with handling exceptions when using `CoroutineScope.launch`: https://github.com/Kotlin/kotlinx.coroutines/issues/1157 I think there is either something wrong or I don’t understand the exception handling correctly. Could someone help me understand what’s going on? Thanks!
m
The article that I just posted above deals with that topic, so you might want to take a look at it 🙂
s
Thank you, @Martin Devillers Great article! However, the code in the issue that I reported has some examples that I cannot explain, even after reading your article. Something seems wrong, either there's a bug or it's my understanding :) https://github.com/Kotlin/kotlinx.coroutines/issues/1157
m
I’ll try to provide some answers on GitHub 🙂
s
I appreciate that, Martin!