cmgurba
09/04/2018, 9:35 PMSocketTimeoutException on my last outgoing http request. Is the proper behavior to explicitly call close() on the client after all requests for a given "task" are completed, or to call close() after every request? also if anyone has found more doc/examples than this https://ktor.io/clients/http-client.html it would be appreciated 👍e5l
09/05/2018, 8:42 AMByteReadChannel body, you should close response.e5l
09/05/2018, 8:42 AMclient.close() just starts the graceful shutdown processe5l
09/05/2018, 8:43 AM