Opening a new thread as I'm lost as finding the ca...
# coroutines
t
Opening a new thread as I'm lost as finding the cause 😞 Using https://gist.github.com/Tolriq/dcbdc62c0e29d3b321034e990c3c85ce I have some crashes that are properly handled that are thrown by coroutines somewhere. I'm using the correct workaround 1 from https://github.com/Kotlin/kotlinx.coroutines/issues/830 So I suppose there's another place causing coroutines to throw the original unwrapped exception, but I can't find where 😞 I've tried to add a CoroutineExceptionHandler to the scope and exceptions are still thrown 😞 My only remaining guess would be that https://gist.github.com/Tolriq/dcbdc62c0e29d3b321034e990c3c85ce#file-okhttpworkerpool-kt-L70 there's something to do with CompletableDeferred and cancellation but can't find anything about that.
p
Hope this will help “Coroutines for Android” https://link.medium.com/er6uo3Ak9R