How important is it to close a ktor httpclient? Is...
# ktor
t
How important is it to close a ktor httpclient? Is it reasonable to have one kept around as a singleton that is never explicitly closed?
e
that’s what i do
OkHttp doesn’t require closing its client so I’ve been following that pattern
No issues