Mendess
12/29/2022, 2:17 PM= runTest
and internally it uses GlobalScope.launch
but this call is blocking forever and the callback I'm passing to it doesn't ever run, how can I debug this?CLOVIS
12/29/2022, 3:16 PMlaunch
doesn't block (or even suspend)Mendess
01/11/2023, 8:34 PMMendess
01/11/2023, 8:36 PM