socketry / io-event

MIT License
75 stars 16 forks source link

io_uring backend can hang sometimes. #50

Closed ioquatix closed 3 weeks ago

ioquatix commented 1 year ago

https://github.com/socketry/async/issues/213

It was fixed by flushing all pending events, however we should add some test cases for this.

https://github.com/socketry/io-event/commit/affa67de865a8c1165a5ec4a4613b8b0d582c104

ioquatix commented 3 weeks ago

Out of curiosity, I removed that line, and the test suite hangs. That's good enough for me (as a test).