When using ktor client is it recommended to close the client after each request?
h
When using ktor client is it recommended to close the client after each request?
a
No, just close a client when you don't need it anymore.