-
Notifications
You must be signed in to change notification settings - Fork 1k
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
UDS example does not build on Windows #205
Comments
We should just feature gate it, since I do not know of a similar thing for mio and windows. https://docs.rs/mio-uds/0.6.7/src/mio_uds/lib.rs.html#3 |
@messense crate looks good, unfortunately it has some outdated deps that overlap with Tonic's and I don't think it'll be worth the hassle, what do you think? If you all agree I can try to figure out how to hide it from Windows |
I think hiding it from Windows is fine. |
I guess this was resolved on #206. @LucioFranco can we close this? |
Yes! thank you. |
Find a Windows equivalent of the below or try and disable the example on Windows?
The text was updated successfully, but these errors were encountered: