phldavies
10/21/2020, 9:12 AMensureNeverFrozen
instance from a frozen
instance? I have a custom Auth
ktor handler that has a suspend () -> String?
property to resolve a bearer token on-demand, however since ktor 1.4.1 it seems the HttpClient
is frozen, and my auth provider is ensureNeverFrozen