You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 2.5-5k concurrent connections, the program tends to reach the 10k goroutines limit causing more latency.
Using io_uring, we could prepare splice and close without having to block a thread.