Closed jacobmorzinski closed 6 years ago
I now doubt whether I've captured enough details to reproduce the problem. When I test on a different computer, the other computer works just find and compiles mio v0.6.12 without problem, no compilation errors.
I'll re-check this on the original computer.
My fault - I was accidentally using an older rustc (v1.19-nightly) . I've updated to v1.23-stable, and things work fine. Thanks for the library.
Hi, On Windows, if I try to compile the examples from the README.md, I get a compilation error while building dependencies. For example, compiling the "Synchronous search" demo gives:
I'm unsure where to report this; would this be an issue with ldap3? tokio-core? mio?
For reference, I see that mio has a recent update to add TcpStream::peek #773, but their CI isn't flagging any problems.