Hi. I'm trying to build a server that handles udp communication using raw sockets.
However, when I open multiple sockets, the communication seems to be delayed by about 5000ms. Is this because ktor is not able to handle multiple sockets async or something?