socketry / io-event

MIT License
75 stars 16 forks source link

Ensure that every `io_uring_get_sqe` is used correctly. #80

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

It turns out, not every call to io_get_sqe was followed by a submission, causing corrupt entries in the submission queue.

Types of Changes

Contribution