Hi everybody, I recently had an issue with ktor+ne...
# ktor
c
Hi everybody, I recently had an issue with ktor+netty (embedded) behind an NLB where it was leaking connections, we would see an unusual spike of open file descriptors and they are never closed, after a few attempts playing with keep-alive timeouts, we decided to swap-in jetty instead of netty and the issue went away. Updating versions of netty didn’t work, we are currently in
ktor-1.2.4
and
netty-4.1.37.Final
. Has anyone experienced something similar?