hey folks! what do you use these days for ktor ser...
# ktor
a
hey folks! what do you use these days for ktor server engine? Netty or CIO ?
a
Netty seems to be the fastest in the game currently. However, I had some issues with Netty and switched to CIO.
t
We are using netty currently. @avolkmann, what issues did you run into?
r
We had issues with Netty too -- though this was a while ago (pre 1.0.0) and things may have changed since then. I don't remember the exact problems but they were not subtle. We use Jetty currently on the server and it is stable, CIO on the client.
t
@rocketraman thanks for info. We are using netty for server and have no issues.
👍 1
r
Maybe its time to give it another go...
a
@tKw IIRC Netty would sometimes respond with 403 on POST for mysterious reasons. I was unable to find the root cause and a switch to any other engine fixed it. This was also pre 1.0.0
👀 1