-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows and mac os support #26
Comments
@ll01 out of curiosity, have you tested if the library works on mac os and windows, and if so, do you have any specific failures you've seen? I'll try and spend some time on this, though I'm beholden to the zmq crate supporting those OSs |
sorry, I'm really hazy. I think I saw there was only Linux on the doc.rs https://docs.rs/async_zmq/latest/async_zmq/. I can compile the library locally and test on my systems. |
No worries! I was just curious if you had tried it. I'll see what I find too on windows at least |
Hi, I have attempted to use this on windows. Compilation fails in reactor\evented.rs, with this: error[E0432]: unresolved import `mio::unix`
--> C:\Users\xxx\.cargo\registry\src\index.crates.io-6f17d22bba15001f\async_zmq-0.4.0\src\reactor\evented.rs:3:10
|
3 | use mio::unix::EventedFd;
| ^^^^ could not find `unix` in `mio` |
hey is it possible to have mac os and windows support ?
The text was updated successfully, but these errors were encountered: