Hi, I'm starting using Ktor for a Multiplatform pr...
# ktor
c
Hi, I'm starting using Ktor for a Multiplatform project. I'm not completely sure how it handles the Android lifecycle, in particular, is it important that an Android application have access to the client's
close
method, or is it not necessary (the project I'm making only queries one server)? Is it necessary to call the
close
method at all or will the client die at the right time automatically?