Join Slack
Powered by
Hi, do I have to close a ktor client A if I create...
# ktor
l
Leon Kiefer
08/16/2022, 4:50 PM
Hi, do I have to close a ktor client A if I create it with
HttpClient.config
from another client B, or do I only need to close the client B?
a
Aleksei Tirman [JB]
08/16/2022, 8:33 PM
You need to close both clients to free associated resources.
5
Views
Open in Slack
Previous
Next