https://kotlinlang.org logo
#ktor
Title
b

bootstraponline

10/26/2018, 2:11 PM
c

cy

10/26/2018, 2:40 PM
see answers in the ticket
n

NGupta

10/26/2018, 3:32 PM
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

bootstraponline

10/30/2018, 2:19 AM
I posted a working solution on the github issue. with httpclient I guess if you eventually close it then it'll probably be fine.
2 Views