Closed dreamlike-ocean closed 1 month ago
Can you try with this pr:
https://github.com/netty/netty/pull/14818
This fixes some issues that also affect the accept code path
Good. I run the code from this PR and it seems to be working fine. I'll close this issue for now.
I used the code from the 4.2 branch for testing and found that when isIOUringAcceptMultishotSupported is true, after accepting some connections, no more connections can be received.
When I modified the netty4.2 code and changed isIOUringAcceptMultishotSupported to false, everything returned to normal.
The Test code
I'm also debugging the corresponding source code. I suspect that this section of code is the cause.