Replies: 1 comment 2 replies
-
|
You should always get a completion, whether the request is successful or not. So yes, it sounds like a code issue on your side. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a server service using TCP sockets (NOT UDP).
when I use io_uring_prep_read on server and client send data to server I got result in completion queue on server.
when I use io_uring_prep_write on server and client reads data I got no result in completion queue on server, is that ok or my code is bad?
Beta Was this translation helpful? Give feedback.
All reactions