from the documentation, this code doens't actually...
# ktor
s
from the documentation, this code doens't actually compile:
Copy code
embeddedServer(Netty, port = 8080, configure = {
        connectionGroupSize = 2
        workerGroupSize = 5
        callGroupSize = 10
        shutdownGracePeriod = 2000
        shutdownTimeout = 3000
    }) {
        // ...
    }.start(wait = true)
}
port
no longer exists on this function.
a
Can you please share a link to the documentation page where this code is listed?
a
This is a known issue, so you can follow it for updates.