Hi, do I have to close a ktor client A if I create...
# ktor
l
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
You need to close both clients to free associated resources.