hey folks! what do you use these days for ktor server engine? Netty or CIO ?
a
avolkmann
01/21/2019, 12:59 PM
Netty seems to be the fastest in the game currently. However, I had some issues with Netty and switched to CIO.
t
tKw
01/21/2019, 1:41 PM
We are using netty currently. @avolkmann, what issues did you run into?
r
rocketraman
01/21/2019, 2:34 PM
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
tKw
01/21/2019, 2:52 PM
@rocketraman thanks for info. We are using netty for server and have no issues.
š 1
r
rocketraman
01/21/2019, 2:53 PM
Maybe its time to give it another go...
a
avolkmann
01/22/2019, 9:25 AM
@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