How could iI read a ASCII string from a input sou...
# ktor
o
How could iI read a ASCII string from a input source?
Copy code
val input = socket.openReadChannel()
val data = input.readASCIILine()
This was valid in ktor version 0.9.2. Whats the appropriate one for ktor vversion 0.9.5 ?