this is what Xcode displays when I pause execution...
# kotlin-native
b
this is what Xcode displays when I pause execution with the debugger.
s
Is your coroutine blocking on the main thread? That doesn’t seem wise.
b
I'm trying to make a sync API call