``` val r = socket.openReadChannel() println(r.readASCIILine()) ``` This line in the raw sockets...
o
Copy code
val r = socket.openReadChannel()
    println(r.readASCIILine())
This line in the raw sockets section is outdated @ http://ktor.io/servers/raw-sockets.html
📝 1
1
c
cc @Deactivated User
👌 1