If injecting a testdispatcher will help I will do that 🙂
z
Zach Klippenstein (he/him) [MOD]
06/11/2020, 1:51 PM
Are you naming your coroutines? If you're doing that, then you could make an exception breakpoint that matches that message and probably inspect the coroutine context around where it's getting thrown.
👍 1
j
jeggy
06/11/2020, 2:54 PM
Thanks I will try naming all my coroutines and see if I figure out how to pinpoint the problem.
I've never named any coroutines before. Is this the correct way to do that?