`ktor` in production on linux server with systemd ...
# ktor
s
ktor
in production on linux server with systemd as service. But there is very strange issue ktor server running on port
7171
and I'm checking connections on this port with following
ss -ant | grep :7171 | wc -l
now issue is when ever i call this command its number always increasing and keep increasing after one day it go to 20000 and server stop working. Right now i have max 7000 users and concurrent max users are about 400. I'm also checking all APIs no error but on server logs some times i see error
Copy code
connection reset by peer