I’m trying to execute the following post request b...
# ktor
r
I’m trying to execute the following post request but I get an exception from the coroutine with
Parent job is Completed
? Just wondering what I may be doing wrong 😕, the request seems fine from the logger
e
Hi @rodrigo, it looks like the client is closed. Could you provide the snippet how you create and close the client instance?
r
@e5l Spot on, I was closing the client after the first request.
👌 1