how do i stop a ServerSocket from listening so oth...
# ktor
l
how do i stop a ServerSocket from listening so other applications can listen on the same port? i tried
.close()
and
.dipose()
but the port is still in use afterwards
s
Try reading up on so_linger and why the port is not released immediately