Hello I got this error, when do http call using kt...
# ktor
d
Hello I got this error, when do http call using ktor http client
Request cannot be executed; I/O reactor status: STOPPED
What does it mean ?
e
Hi @davidasync, It looks like you close the client before execute the request.
✔️ 1