Anyone experiencing this issue on K/N? ```HttpClie...
# ktor
n
Anyone experiencing this issue on K/N?
Copy code
HttpClient: REQUEST https://... failed with exception: kotlinx.coroutines.CancellationException: Engine failed
Seems to be tied to
async
-
await
as it works as expected with
launch
Also the first request completes as expected 🤔
a
Are there no other errors in the log?
n
Nope. I’m using
LogLevel.ALL