Lewis Hallam
Lewis Hallam
I've been testing a fork of master with `crate::driver::init()` commented out. I found that my application would run normally for a few hours, then hang calling `accept` on an `Async`...
Here's a minimal repro: ``` [package] name = "async-io-deadlock" version = "0.1.0" edition = "2018" [[bin]] name = "async-io-deadlock" path = "main.rs" [dependencies] async-io = { git = "https://github.com/JayceFayne/async-io", rev="0774548",...
See #678