I am trying to get an input stream to read lines o...
# ktor
p
I am trying to get an input stream to read lines of text from a Ktor test server (withTestApplication) but getting a connection refused exception. The exception occurs on
getInputStream()
in the following code: