<https://github.com/ktorio/ktor/issues/678>
# ktor
b
c
see answers in the ticket
n
If I am not wrong, it is saying that I can use the
Copy code
httpClient.use {
it.get{//code}
}
In that case it is already closing the client, and I can't reuse it
👍 1
Whereas I intend to reuse it..
Any updates?
b
I posted a working solution on the github issue. with httpclient I guess if you eventually close it then it'll probably be fine.