Hi folks, I think I found my issue. Thanks for bei...
# ktor
e
Hi folks, I think I found my issue. Thanks for being a sounding board!
j
What was it eventually?
e
I was not properly reusing the selector manager in this line:
Copy code
val socket = aSocket(selectorManager).tcp().connect(destination)
👌 1
So every socket had its own dedicated selector - not a good idea!
j
I see, thanks for sharing!
e
This is the outcome of my analysis, if you're interested: https://twitter.com/ElliotBarlas/status/1478488410885017600
🙏 2