-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
[Net] Split Unix/Windows NetSocket implementation #98969
Conversation
9963853
to
608ea48
Compare
Oh hey, if/when |
Yeah, I can work on that too, I think we would still not want to hard-code the platform names there, so probably the platforms |
608ea48
to
0c620b2
Compare
Thanks! |
As expected, this results in quite some code duplication, but also make a clearer split between Unix and Windows socket implementation.