When load testing with Ktor with Netty as engine I...
# ktor
a
When load testing with Ktor with Netty as engine I get the following message:
Copy code
[nettyCallPool-4-20] WARN io.netty.channel.nio.NioEventLoop - Selector.select() returned prematurely 512 times in a row; rebuilding Selector io.netty.channel.nio.SelectedSelectionKeySetSelector@61246795.
What does this exactly mean? I use the following for testing:
Copy code
ab -k -n 100000 -c 500 <http://localhost:8080/test>