I’m getting a crash on Android when I cancel my jo...
# coroutines
a
I’m getting a crash on Android when I cancel my job, it seems like my uncaught exception handler is being called when one of the children is being cancelled. The exception is
JobCancelledException
which I thought was never supposed to cause a crash
Turns out I was calling
channel.offer
which can of course throw