When using the Auth Bearer feature, calling any ty...
# ktor
k
When using the Auth Bearer feature, calling any type of suspend or coroutine function inside loadTokens causes a crash on Ios, the only error message I get is
Function doesn't have or inherit @Throws annotation and thus exception isn't propagated from Kotlin to Objective-C/Swift as NSError. It is considered unexpected and unhandled instead. Program will be terminated.
a
Could you please file an issue and share a code snippet there to reproduce this problem?