In my case (Netty), the port I need is at `theNett...
# ktor
m
In my case (Netty), the port I need is at
theNettyServer.channels[0].localAddress()
but of course the
channels
field is private.